-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
ENH: Implement convert_dtypes #30929
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
Merged
Changes from 12 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
04b277b
ENH: Implement as_nullable_types()
Dr-Irv 82e62dc
Fix up whitespace and Linux 32-bit
Dr-Irv dc1daa0
change name to as_nullable_dtypes, fix integer conversion
Dr-Irv a9b477e
Merge remote-tracking branch 'upstream/master' into asnullabletype
Dr-Irv e54ad4f
be specific about int sizes. remove infer_dtype if float
Dr-Irv 8cc238d
add keep_integer parameter. Handle mixed. Simplify logic
Dr-Irv f0ba92b
fix black, docstring, types issues
Dr-Irv aebba66
fix docstrings. can't use blocks
Dr-Irv 40123c7
fix double line break
Dr-Irv 78be9b8
redo logic, add comments, add tests
Dr-Irv 7bf4f51
Merge remote-tracking branch 'upstream/master' into asnullabletype
Dr-Irv f59a7d4
fix trailing space. Use existing dict for type lookup
Dr-Irv b85d135
Merge remote-tracking branch 'upstream/master' into asnullabletype
Dr-Irv 26ffc26
fixup docs, use copy, and test copy
Dr-Irv 888ac31
change from as_nullable_dtypes to convert_dtypes
Dr-Irv a6e10b0
Merge remote-tracking branch 'upstream/master' into asnullabletype
Dr-Irv 34493a0
fix long line that black missed
Dr-Irv f990096
make arguments orthogonal and do full tests
Dr-Irv 4c272ee
move inference to cast.py. Split up ipython blocks
Dr-Irv 585df23
move tests to separate file
Dr-Irv 2efb8ea
fix isort issue in test_convert_dtypes
Dr-Irv 8e4dfff
Merge remote-tracking branch 'upstream/master' into asnullabletype
Dr-Irv c80ce7d
Merge remote-tracking branch 'upstream/master' into asnullabletype
Dr-Irv 0a331a4
fix doc issues
Dr-Irv 8a5fcf3
fix doc issues v2
Dr-Irv 39798fa
merge in latest master
Dr-Irv 1e68d03
fix up types, GH refs in whatsnew
Dr-Irv fa93a84
Merge remote-tracking branch 'upstream/master' into asnullabletype
Dr-Irv 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
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
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
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
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
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.