-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
ENH: allow layout for grouped DataFrame histograms #4104
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
Conversation
@jreback any comments b4 i merge? nothing drastic here just supporting the new layout argument with the by argument |
oh release notes |
@@ -314,6 +314,8 @@ pandas 0.12 | |||
- Fix bug where ``HDFStore`` will fail to append because of a different block | |||
ordering on-disk (:issue:`4096`) | |||
- Better error messages on inserting incompatible columns to a frame (:issue:`4107`) | |||
- The ``by`` argument now works correctly with the ``layout`` argument |
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.
maybe add in plot.hist here....so it has some context
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.
oh yeah duh sorry :/
i think this could be merged once it passes...nothing super drastic, just allows the layout keyword to work when the by keyword is passed |
eh i'll wait...not critical |
@jreback shoudl this be marked for 0.12 to close the kde plot issue? or i can mark that one for 0.13...even though it is probably fixed, if we do 0.12.1 it could go there instead as a bug fix along with this... |
up2u |
1 similar comment
up2u |
k i'll mark #4194 for 0.13/0.12.1, just want to get those html bugs squashed! |
@jreback anything to add here b4 i merge? |
ok |
Also remove the slow decorator for tests that take < 100 ms time
ENH: allow layout for grouped DataFrame histograms
Also remove the slow decorator for tests that take < 100 ms time
closes #4102.
closes #4194.