-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ENH: add NDArrayBackedExtensionArray to public API #45544
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
31 commits
Select commit
Hold shift + click to select a range
1f93779
ENH: add NDArrayBackedExtensionArray to public API
tswast 522b548
add whatsnew
tswast ee4e23d
Merge branch 'main' into python-db-dtypes-pandas-issue28
jreback 945f840
add NDArrayBackedExtensionArray to pandas.core.arrays.__init__
tswast 721ae11
add tests for extensions api
tswast ae68f9d
add docs
tswast 05d0e08
Merge remote-tracking branch 'upstream/main' into python-db-dtypes-pa…
tswast 1ad0338
Merge remote-tracking branch 'origin/python-db-dtypes-pandas-issue28'…
tswast 38113c8
add autosummary for methods and attributes
tswast 18ec784
remove unreferenced methods from docs
tswast 2919f60
fix docstrings
tswast 0c52366
Merge remote-tracking branch 'upstream/main' into python-db-dtypes-pa…
tswast 319ac2b
use doc decorator
tswast 8513863
add code samples and reference to test suite
tswast 5309895
Merge remote-tracking branch 'upstream/main' into python-db-dtypes-pa…
tswast 827f483
Merge branch 'main' into python-db-dtypes-pandas-issue28
jreback 2cd9b31
Merge remote-tracking branch 'upstream/main' into python-db-dtypes-pa…
tswast cc75eda
add missing methods to extension docs
tswast ca323bb
Merge remote-tracking branch 'origin/python-db-dtypes-pandas-issue28'…
tswast bfd31f0
Merge branch 'main' into python-db-dtypes-pandas-issue28
tswast 396da54
Merge branch 'main' into python-db-dtypes-pandas-issue28
jreback 27cf80e
Merge branch 'main' into python-db-dtypes-pandas-issue28
tswast c716826
Merge branch 'main' into python-db-dtypes-pandas-issue28
tswast f4df0e9
Merge branch 'main' into python-db-dtypes-pandas-issue28
tswast 8876b9a
clarify _validate_searchsorted_value and 2d backing array
tswast 1bdd1cd
Merge branch 'main' into python-db-dtypes-pandas-issue28
tswast 4b0a948
Merge remote-tracking branch 'upstream/main' into python-db-dtypes-pa…
tswast 5920778
Merge branch 'python-db-dtypes-pandas-issue28' of github.com:tswast/p…
tswast 38018e6
DOC: make insert docstring have single line summary
tswast 9277cf5
Merge remote-tracking branch 'upstream/main' into python-db-dtypes-pa…
tswast 0b86bd5
Merge branch 'main' into python-db-dtypes-pandas-issue28
tswast 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
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.
i am shocked we don't have a tests that asserts this api e.g.
test_api.py
can you add one ?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.
we should probably import this into
pandas.core.arrays.__init__
and here do the importfrom pandas.core.arrays