-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
ENH: add in extension dtype registry #21185
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 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
4b132cf
ENH: add in extension dtype registry
jreback 90fccb0
review comments
jreback 80e15fd
remove ops
jreback 1c3d023
move array_type -> construct_array_type
jreback 4b05a1c
interval dtypes
jreback 9cfbc07
doc in construct_array_type
jreback 72e1010
add repr tests
jreback 59b3510
make construct_array_type arg optional
jreback 07d1038
small doc enhancements
jreback 7dbd2f3
review comments
jreback 7a2cb6a
remove arg from construct_array_type as no longer needed
jreback 96d5d09
doc comments
jreback 5119672
lint
jreback e22d4c7
remove doc note
jreback 7cc1a0a
remove append
jreback 930cec5
remove dropna text
jreback bd5dcd3
Revert "remove dropna text"
jreback 407d7b3
remove arg from construct_array_type in base class
jreback 9084906
use simpler dtype for intervals
jreback f560ea1
rebase
jreback 5fabd51
Merge branch 'master' into eat
jreback d2c91d7
Merge branch 'master' into eat
jreback 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
doc comments
- Loading branch information
commit 96d5d09df5592d74751a12783d7a9cfb402f0bc1
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
As I said before, I am not convinced we should necessarily add those methods (certainly append), so would personally leave this for another PR to discuss
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.
Agreed with not adding append.
Could go either way on dropna.
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.
i need them for subsquent PR's I guess will move them.