-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ENH: add Series.info #31796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
ENH: add Series.info #31796
Changes from 13 commits
Commits
Show all changes
71 commits
Select commit
Hold shift + click to select a range
2b1e5fc
first draft
a4ad077
add whatsnew
c7bfb94
docstring sharing
01fd802
wip
abbae9a
add series tests
1a474fe
formatting
b30ce1b
formatting
6d8c765
remove old file
99411e4
clean
4651bd7
add test
7de4703
add test
99472fd
isort
2902fe7
remove test
8b8adfa
Merge remote-tracking branch 'upstream/master' into series-info
MarcoGorelli c6d8a76
use isinstance abcdataframe, disallow max_cols for series.info
MarcoGorelli d0b2e1f
refactor
MarcoGorelli 2225810
aint no autoformatter gonna unnecessarily split my strings
MarcoGorelli 8c6c6f5
isort
MarcoGorelli 8afcb82
Merge branch 'master' into series-info
MarcoGorelli 71260f3
Merge remote-tracking branch 'upstream/master' into series-info
MarcoGorelli 127f84f
fix failing tests due to refactoring, merge conflicts
MarcoGorelli acae58f
Merge branch 'master' into series-info
MarcoGorelli 9654198
resolve conflicts
MarcoGorelli c1006a7
replace appender with doc
MarcoGorelli 27e45e1
Merge remote-tracking branch 'upstream/master' into series-info
MarcoGorelli 3592e8e
indent series.info subs
MarcoGorelli af771e6
revert deleted line
MarcoGorelli 317a148
fix indentation in doctests
MarcoGorelli 5082bc5
Merge remote-tracking branch 'upstream/master' into series-info
MarcoGorelli ae0065b
reuse col_count
MarcoGorelli c36d4c4
reorder to reduce diff size
MarcoGorelli 751d346
help mypy
MarcoGorelli 631d914
aftermentioned 'help' should only be applied for DataFrame case
MarcoGorelli 23bd173
add docstring to _get_ids_and_dtypes
MarcoGorelli 304f445
correct return type of _get_ids_and_dtypes, as in Series case dtypes …
MarcoGorelli a2d6e43
return Series for dtypes in all cases
MarcoGorelli f33f0df
black bug
MarcoGorelli 05c9091
Merge remote-tracking branch 'upstream/master' into series-info
MarcoGorelli 22de3c5
reduce if/then
MarcoGorelli 8a58bd6
simplify diff
MarcoGorelli 9568d03
Merge remote-tracking branch 'origin/series-info' into series-info
MarcoGorelli 21d263c
factor out memory usage
MarcoGorelli cfa8039
clarify docstring
MarcoGorelli 3811545
initial OOP approach
MarcoGorelli 6bcbef7
space method
MarcoGorelli a245484
add _verbose_repr method
MarcoGorelli c04dabf
wip
MarcoGorelli d9993ee
some typing / removing unnecessary methods
MarcoGorelli 700801b
Merge remote-tracking branch 'upstream/master' into series-info
MarcoGorelli ad39d85
resolve better
MarcoGorelli cad1391
remove docstrings from inherited class
MarcoGorelli a53033b
fix typing
MarcoGorelli f0e2290
:art:
MarcoGorelli 53e8c20
:art:, fix doctests
MarcoGorelli ee717c8
factor out _get_count_configs
MarcoGorelli 4d7a211
factor _get_count_configs out of Series._verbose_repr as well
MarcoGorelli 6eccf00
fix typing
MarcoGorelli 81d22eb
factor out _display_counts_and_dtypes
MarcoGorelli f2ca520
fix typing, factor out _get_header_and_spaces
MarcoGorelli 669ff38
document _get_count_configs
MarcoGorelli 6f8f8b1
document _display_counts_and_dtypes and _get_header_and_spaces
MarcoGorelli 97dc73c
remove breakpoints
MarcoGorelli 0707f32
fix docstring substitution
MarcoGorelli 2a2324b
Merge remote-tracking branch 'upstream/master' into series-info
MarcoGorelli 0c08335
Merge remote-tracking branch 'upstream/master' into series-info
MarcoGorelli c93f1ad
Merge remote-tracking branch 'upstream/master' into series-info
MarcoGorelli ddf9efc
fix failing doctest
MarcoGorelli 21d94b2
use CountConfigs namedtuple
MarcoGorelli a213d9c
:fire:
MarcoGorelli 089ce24
remove trailing comma
MarcoGorelli 4581385
fix failing doctest
MarcoGorelli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.