-
- 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
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
Fix for issue #57268 - ENH: Preserve input start/end type in interval… Dtype Conversions Unexpected or buggy dtype conversions Interval Interval data type
Backport PR #56766 on branch 2.2.x (BUG: IntervalIndex.from_tuples raising with masked subtype) Interval Interval data type NA - MaskedArrays Related to pd.NA and nullable extension arrays
BUG: IntervalIndex.from_tuples raising with masked subtype Interval Interval data type NA - MaskedArrays Related to pd.NA and nullable extension arrays
BUG: IntervalIndex.factorize with non-nano Interval Interval data type Non-Nano datetime64/timedelta64 with non-nanosecond resolution
TST: collect Interval tests Interval Interval data type Testing pandas testing functions or related to the test suite
DEPR: is_period, is_interval Deprecate Functionality to remove in pandas Interval Interval data type Period Period data type
BUG: IntervalIndex.from_arrays with mismatched datetimelike resos Interval Interval data type Non-Nano datetime64/timedelta64 with non-nanosecond resolution
REF: de-duplicate IntervalArray formatting functions Interval Interval data type Output-Formatting __repr__ of pandas objects, to_string
REF: remove unnecessary IntervalIndex._format_native_types Interval Interval data type Output-Formatting __repr__ of pandas objects, to_string
BUG: Series[slc]=foo raising with IntervalIndex Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
BUG: Interval with Timestamp with tz shows tz Interval Interval data type Output-Formatting __repr__ of pandas objects, to_string Timezones Timezone data dtype
Backport PR #54945 on branch 2.1.x (REGR: MultiIndex.append raising for overlapping IntervalIndex levels) Interval Interval data type MultiIndex Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode
BUG: Categorical.isin raising for overlapping intervals Bug Categorical Categorical Data Type Interval Interval data type
REGR: MultiIndex.append raising for overlapping IntervalIndex levels Interval Interval data type MultiIndex Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode
BUG: inaccurate Index._can_hold_na Index Related to the Index class or subclasses Interval Interval data type
REF: remove special-casing for IntervalDtype in Index._raise_if_missing Interval Interval data type Refactor Internal refactoring of code
Fixed unexpected np.nan value with reindex on pd.series with pd.Inter… Interval Interval data type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Previous Next
ProTip! Adding no:label will show everything without a label.