-
- 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
REF: stronger typing in IntervalTree Interval Interval data type Typing type annotations, mypy/pyright type checking
ENH: maybe_convert_objects handle IntervalArray Dtype Conversions Unexpected or buggy dtype conversions Interval Interval data type
BUG: lib.infer_dtype with incompatible intervals Dtype Conversions Unexpected or buggy dtype conversions Interval Interval data type
REF: avoid maybe_convert_platform Constructors Series/DataFrame/Index/pd.array Constructors Interval Interval data type Refactor Internal refactoring of code
REF: share IntervalIndex._simple_new with ExtensionIndex ExtensionArray Extending pandas with custom dtypes or arrays. Index Related to the Index class or subclasses Interval Interval data type Refactor Internal refactoring of code
REF: De-duplicate ExtensionIndex._validate_fill_value ExtensionArray Extending pandas with custom dtypes or arrays. Interval Interval data type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
TST: fixturize indexing intervalindex tests Interval Interval data type Testing pandas testing functions or related to the test suite
ENH: Arithmetic with Timestamp-based intervals Datetime Datetime data dtype Interval Interval data type Numeric Operations Arithmetic, Comparison, and Logical operations Stale
#36001 by souris-dev was closed Feb 11, 2021 • Draft updated Feb 11, 2021
5 tasks done
ENH: cast instead of raise for IntervalIndex setops with differnet closed Index Related to the Index class or subclasses Interval Interval data type
ENH: make closed part of IntervalDtype Dtype Conversions Unexpected or buggy dtype conversions Interval Interval data type
#37933 by jbrockmendel was closed Nov 24, 2020 Loading… updated Jan 15, 2021
3 of 5 tasks
BUG: Series.__setitem__ with mismatched IntervalDtype Bug Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
IntervalIndex/IntervalArray __repr__ remove redundant closed Interval Interval data type Output-Formatting __repr__ of pandas objects, to_string
ENH: make "closed" part of IntervalDtype Deprecate Functionality to remove in pandas Dtype Conversions Unexpected or buggy dtype conversions Interval Interval data type
BUG: IntervalIndex.take without fill_value Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
TST: GH38718 Tests for casting an interval range from float to int Dtype Conversions Unexpected or buggy dtype conversions Interval Interval data type Testing pandas testing functions or related to the test suite
PERF: IntervalIndex.isin Interval Interval data type Performance Memory or execution speed performance
TST: string representation of IntervalIndex Interval Interval data type Output-Formatting __repr__ of pandas objects, to_string
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.