-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
New Interval / IntervalIndex behavior spec Interval Interval data type Testing pandas testing functions or related to the test suite
WIP/API/ENH: IntervalIndex API Design Enhancement Indexing Related to indexing on series/frames, not to indexes themselves Internals Related to non-user accessible pandas implementation Interval Interval data type
#8707 by shoyer was closed Sep 9, 2016 Loading…
20 of 35 tasks
REF: IntervalIndex[IntervalArray] ExtensionArray Extending pandas with custom dtypes or arrays. Interval Interval data type
API: Implement new indexing behavior for intervals API Design Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
Parse IntervalArray and IntervalIndex from strings Enhancement Interval Interval data type IO CSV read_csv, to_csv
#41451 by erikmannerfelt was closed Mar 6, 2022 Loading…
3 of 4 tasks
ENH: add and register Arrow extension types for Period and Interval ExtensionArray Extending pandas with custom dtypes or arrays. Interval Interval data type Period Period data type
BUG: IntervalIndex.get_loc/get_indexer wrong return value / error Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
#25090 by samuelsinayoko was closed Jun 27, 2019 Loading…
3 of 4 tasks
[PERF] Get rid of MultiIndex conversion in IntervalIndex.intersection Interval Interval data type Performance Memory or execution speed performance
BUG: IntervalIndex.unique() only contains the first interval if all interval borders are negative Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Interval Interval data type
Add spec for new Interval / IntervalIndex methods: .overlaps(), .covers() Interval Interval data type Testing pandas testing functions or related to the test suite
#18975 by alexlenail was closed Sep 25, 2018 Loading…
3 tasks done
ENH: add IntervalIndex.get_loc_exact to look for exact matches only API Design Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
#19353 by topper-123 was closed May 18, 2018 Loading…
4 tasks done
Make *_range functions consistent API Design Error Reporting Incorrect or improved errors from pandas Interval Interval data type
BUG: Propagating precision to interval dtype #43913 Interval Interval data type Stale Testing pandas testing functions or related to the test suite
#47947 by SomtochiUmeh was closed Nov 17, 2022 Loading…
3 tasks done
ENH: make "closed" part of IntervalDtype Deprecate Functionality to remove in pandas Dtype Conversions Unexpected or buggy dtype conversions Interval Interval data type
API: change IntervalIndex.contains to work elementwise Deprecate Functionality to remove in pandas Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
REF: back IntervalArray by a single ndarray Interval Interval data type Refactor Internal refactoring of code
Interval dtype fix Dtype Conversions Unexpected or buggy dtype conversions Interval Interval data type
Issue/26506 Provides correct desciption in docstring that get_indexer methods are not yet supported Docs Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
Previous Next
ProTip! Filter pull requests by the default branch with base:main.