-
- 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
CLN: clean IntervalArray._simple_new Interval Interval data type
#50305 by topper-123 was merged Jan 2, 2023 Loading…
BUG: non-64-bit numeric dtypes should raise in IntervalDtype constructor Bug Dtype Conversions Unexpected or buggy dtype conversions Interval Interval data type Regression Functionality that used to work in a prior pandas version Stale
#51322 by topper-123 was closed May 24, 2023 Loading…
4 of 5 tasks
TST: test loc index df with a MultiIndex and constituent IntervalIndex Interval Interval data type MultiIndex Sprints Sprint Pull Requests Stale
#52811 by asdinara was closed May 24, 2023 Loading…
3 tasks
#51826_Fixed bug when np.nan is used as index value with .reindex on … Interval Interval data type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#54500 by raj-thapa was closed Aug 15, 2023 Loading…
3 tasks done
New Interval / IntervalIndex behavior spec Interval Interval data type Testing pandas testing functions or related to the test suite
Make *_range functions consistent API Design Error Reporting Incorrect or improved errors from pandas 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
Allow drop bins when using the cut function Enhancement Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type Reshaping Concat, Merge/Join, Stack/Unstack, Explode
ENH: Implement linspace behavior for timedelta_range and interval_range Enhancement Interval Interval data type Timedelta Timedelta data type
BUG: Add uint64 support to IntervalTree Bug Dtype Conversions Unexpected or buggy dtype conversions Interval Interval data type
REF: IntervalIndex[IntervalArray] ExtensionArray Extending pandas with custom dtypes or arrays. Interval Interval data type
BUG: Allow IntervalIndex to be constructed from categorical data with appropriate dtype Categorical Categorical Data Type Interval Interval data type Regression Functionality that used to work in a prior pandas version
ProTip! Filter pull requests by the default branch with base:main.