-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Plotting Int64 columns with nulled integers (NAType) fails #32073 #32387
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
Closed
Closed
Changes from 3 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
05ab972
BUG: fixes unhandled NAType when plotting (#32073)
jeandersonbc c7756b1
BUG: fixes unhandled NAType when plotting (#32073)
jeandersonbc 0e738b0
Fixed bad formatting
jeandersonbc 26d3297
REF: collect+parametrize reorder_levels tests (#32373)
jbrockmendel 0ff6b96
TST: Allow definition of `pd.CategoricalDtype` with a specific `categ…
rushabh-v 64f76e9
TYP: annotations for internals, set_axis (#32376)
jbrockmendel 70b840b
misplaced DataFrame.join test (#32375)
jbrockmendel 8262397
DOC: Fixed ES01, PR07, SA04 error in pandas.core.groupby.DataFrameGro…
Iqrar99 d2d14b7
BUG: Pickle NA objects (#32104)
TomAugspurger ba7895e
DOC: Fix SA04 errors in docstrings #28792 (#32182)
AdrianMastronardi f2f8605
CLN: remove _igetitem_cache (#32319)
jbrockmendel 6a48be6
Avoid unnecessary values_from_object (#32398)
jbrockmendel bc4c189
ENH: infer freq in timedelta_range (#32377)
jbrockmendel 6023860
BUG: 2D DTA/TDA arithmetic with object-dtype (#32185)
jbrockmendel 66422c4
TST: broken off from #32187 (#32258)
jbrockmendel 7210810
REF: simplify PeriodIndex._shallow_copy (#32280)
jbrockmendel e262a71
CLN: setitem_with_indexer cleanups (#32341)
jbrockmendel 143faa0
BUG: None / Timedelta incorrectly returning NaT (#32340)
jbrockmendel d2413f9
TST: Using more fixtures in of tests/base/test_ops.py (#32313)
SaturnFromTitan 0a7ebfd
CLN: remove unused values from interpolate call (#32400)
jbrockmendel 3f9b4e8
CLN: some code cleanups to pandas/_libs/missing.pyx (#32367)
ShaharNaveh 0d41a23
BUG: fixes bug when using sep=None and comment keyword for read_csv (…
s-scherrer a57de43
Don't create _join_functions (#32336)
dsaxton 5759ad9
API: replace() should raise an exception if invalid argument is given…
a-y-khan 1c5b03f
BUG: Fix __ne__ comparison for Categorical (#32304)
dsaxton b03a910
CLN: clean-up show_versions and consistently use null for json output…
simonjayhawkins 1973ddb
Add missing newline (#32404)
9f71755
Added simple test case
jeandersonbc 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
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.
It seems like date-like data can be included here, and we don't want to convert those to floats.
I think this should be restricted to