-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
ENH: Allow column grouping in DataFrame.plot #29944
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
+225
−6
Merged
Changes from 1 commit
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
469eff8
WIP
NicolasHug b96a659
minimal test
NicolasHug c5b187b
Merge branch 'master' of https://github.com/pandas-dev/pandas into su…
NicolasHug 99cc049
formatted files
NicolasHug 06da910
linting again
NicolasHug 49c728a
Merge branch 'master' of https://github.com/pandas-dev/pandas into su…
NicolasHug b370ba5
Check number of lines and labels
NicolasHug d1a2ae0
Added input checks
NicolasHug 10ac363
some comments
NicolasHug 9774d42
Whatsnew entry
NicolasHug 572de08
More tests
NicolasHug 4519f22
Skip test if no scipy for kde
NicolasHug c6edb9f
Merge branch 'master' into subplot_groups
NicolasHug 73dd7eb
Merge branch 'master' of https://github.com/pandas-dev/pandas into su…
NicolasHug b804e57
Address comments
NicolasHug d7ee47c
fix docstring
NicolasHug 8fb298d
Added error when columns are fouund in multiple subplots
NicolasHug d84f356
Merge branch 'subplot_groups' of github.com:NicolasHug/pandas into su…
NicolasHug ba0f982
sorted imports
NicolasHug fe98b86
Merge branch 'master' of https://github.com/pandas-dev/pandas into su…
NicolasHug f81d295
Added type annotations
NicolasHug 8255405
some more
NicolasHug f54459e
typos
NicolasHug f962425
Addressed comments
NicolasHug dda80b3
Specify stricter output type
NicolasHug a457b38
Again
NicolasHug 8d85ba9
hopefully fix mypy?
NicolasHug bbaeffa
Merge branch 'master' of https://github.com/pandas-dev/pandas into su…
NicolasHug 81f2a7f
Merge branch 'master' of https://github.com/pandas-dev/pandas into su…
NicolasHug fdd7610
added test for coverage
NicolasHug fe965b0
Merge branch 'master' of https://github.com/pandas-dev/pandas into su…
NicolasHug 4478597
changed to whatsnew 112
NicolasHug ac51202
used proper whatsnew file
NicolasHug 722c83b
Merge branch 'master' of https://github.com/pandas-dev/pandas into su…
NicolasHug c601c2d
Merge branch 'master' into subplot_groups
NicolasHug c99abba
Merge branch 'master' into subplot_groups
NicolasHug ea6c73d
unwgnjgrwnjwgnjrkknrjg
NicolasHug 9184e64
Merge branch 'master' of github.com:pandas-dev/pandas into subplot_gr…
NicolasHug 34515a8
Addressed comments
NicolasHug ae90509
remove code due to merge mess up
NicolasHug 827c5b5
fix mypy
NicolasHug 5aace24
Merge branch 'master' of github.com:pandas-dev/pandas into subplot_gr…
NicolasHug b28d3b3
Merge branch 'master' of github.com:pandas-dev/pandas into subplot_gr…
NicolasHug 587cbc1
Merge branch 'master' of github.com:pandas-dev/pandas into subplot_gr…
NicolasHug 1517ae3
Merge branch 'master' into subplot_groups
NicolasHug 8c61b83
Merge branch 'master' of github.com:pandas-dev/pandas into subplot_gr…
NicolasHug b75d86c
merge again
NicolasHug 55928ff
mypy for the billionth time
NicolasHug b5f47f2
Merge branch 'master' of github.com:pandas-dev/pandas into subplot_gr…
NicolasHug 43070d3
add return type
NicolasHug e3c0146
add line
NicolasHug a4c2676
mypy for the billionth time + 1
NicolasHug 71b7b39
Merge branch 'master' of github.com:pandas-dev/pandas into subplot_gr…
NicolasHug 4157618
Merge branch 'main' of github.com:pandas-dev/pandas into subplot_groups
NicolasHug 9b44546
update whatnew
NicolasHug 2d89f73
Merge branch 'main' into subplot_groups
NicolasHug 8cd6342
import Iterable from typing.
NicolasHug ffd4b18
Merge branch 'main' of github.com:pandas-dev/pandas into subplot_groups
NicolasHug 66342bc
Merge remote-tracking branch 'upstream/main' into subplot_groups
mroeschke 48c9f32
Process groups to indices in one pass
mroeschke aa128dc
Merge remote-tracking branch 'upstream/main' into subplot_groups
mroeschke 69efd18
Fix typing check
mroeschke 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
formatted files
- Loading branch information
commit 99cc0498ed934cd2150398b4fa49c05564b7e68f
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
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.