-
Notifications
You must be signed in to change notification settings - Fork 358
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
Implement Series.plot.box with plotly #2007
Conversation
This PR is dependent on #2006 |
8c14bb7
to
d872bb2
Compare
Codecov Report
@@ Coverage Diff @@
## master #2007 +/- ##
=======================================
Coverage 94.57% 94.58%
=======================================
Files 50 50
Lines 11142 11192 +50
=======================================
+ Hits 10538 10586 +48
- Misses 604 606 +2
Continue to review full report at Codecov.
|
6f19c3c
to
422a075
Compare
this is ready for a review. |
422a075
to
4d82385
Compare
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.
LGTM.
Thanks! merging. |
This PR implements Series.plot.box with plotly. Note that DataFrame.plot.box is not already supported in Koalas yet.
This can be tested via the link: https://mybinder.org/v2/gh/HyukjinKwon/koalas/plot-box-ser?filepath=docs%2Fsource%2Fgetting_started%2F10min.ipynb
Note that you should manually install plotly to test with mybinder above:
Example:
For the same reason as #1999, the output is slightly different from pandas'.
I referred to "Box Plot With Precomputed Quartiles" in https://plotly.com/python/box-plots/