-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ENH: show numbers on .info() with verbose flag #28876
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
Merged
Merged
Changes from 10 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
23f27a2
Show line numbers when calling info on Dataframe
6be1a9c
Refactor code
af11450
Add documentation
ced70a9
Fix black pandas formatting
e3a2b4c
Align with PR 17332
3252a0a
Fix whatsnew, docstrings and test
ddff6d4
TST: test verbosity and long dtypes
b28370d
DOC: move enhancement to 1.0.0
a285845
CLN: black pandas formatting
1fd835d
CLN: replace string
7cd6f1e
CLN: refactor to use string formatting
d9e3932
DOC: add output example to api breaking changes
d395cf1
CLN: resolve conflicts with master branch
ff4b2ed
CLN: fix doc line too long
8a67d9c
DOC: add info feature title
4e556ae
fixup
TomAugspurger 4547ed6
Merge remote-tracking branch 'upstream/master' into 17304-info-show-n…
TomAugspurger 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you make a small sub-section showing these changes. move to the api breaking section as this is a change in the output repr.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added the difference to the Backwards incompatible API changes section. Hope that is what you meant