-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: Categorical scatter plot has KeyError #16199 #16208
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
Codecov Report
@@ Coverage Diff @@
## master #16208 +/- ##
==========================================
- Coverage 90.93% 90.93% -0.01%
==========================================
Files 161 161
Lines 49269 49273 +4
==========================================
+ Hits 44802 44804 +2
- Misses 4467 4469 +2
Continue to review full report at Codecov.
|
I added the whatsnew for 0.20.1, pls rebase and add a note in bug fixes. |
can you rebase and update? move release note to 0.20.3 |
Appropriately handles categorical data for dataframe scatter plots which currently raises KeyError for categorical data
@jreback done |
Thanks! |
…ev#16208) * BUG: Categorical scatter plot has KeyError pandas-dev#16199 Appropriately handles categorical data for dataframe scatter plots which currently raises KeyError for categorical data * Add to whatsnew (cherry picked from commit 11d274f)
Appropriately handles categorical data for dataframe scatter plots which
currently raises KeyError for categorical data
git diff upstream/master --name-only -- '*.py' | flake8 --diff