Skip to content

Issues: pandas-dev/pandas

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

ENH: .interval accessor Enhancement Interval Interval data type
#16401 opened May 20, 2017 by jreback
DOC: add section on Interval Docs Interval Interval data type
#16400 opened May 20, 2017 by jreback
BUG/inconsistency: IntervalIndex.get_loc gives a location for non-exact inputs API Design Bug Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
#19349 opened Jan 22, 2018 by topper-123
Series.reindex() does nothing Enhancement Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
#17132 opened Jul 31, 2017 by dniku
Pandas indexing bug raises TypeError when slicing with categorical IntervalIndex Bug Categorical Categorical Data Type Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
#21068 opened May 16, 2018 by antipisa
API: Implement interval-point joins Enhancement Interval Interval data type Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#21901 opened Jul 13, 2018 by jschendel
issues with overlapping multi index intervals Bug Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type MultiIndex
#27456 opened Jul 18, 2019 by mahdirajabi96
interval.overlaps() mishandles empty intervals Bug Interval Interval data type
#26893 opened Jun 16, 2019 by ghost
2
8
Inconsistent behavior when calling join/concat on DataFrames with CategoricalIndex and IntervalIndex Bug Categorical Categorical Data Type Interval Interval data type Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#25019 opened Jan 30, 2019 by shengpu-tang
IntervalIndex level in MultiIndex does not work as expected Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type MultiIndex Needs Tests Unit test(s) needed to prevent regressions
#25298 opened Feb 13, 2019 by pushkarnimkar
ENH: Interval type should support intersection, union & overlaps & difference Enhancement Interval Interval data type setops union, intersection, difference, symmetric_difference
#21998 opened Jul 20, 2018 by haleemur
ENH: pd.cut should be able to return a Series of IntervalDtype cut cut, qcut Enhancement Interval Interval data type Needs Discussion Requires discussion from core team before further action
#31459 opened Jan 30, 2020 by Dr-Irv
IntervalArray equality with wrong length Iterable raises TypeError API - Consistency Internal Consistency of API/Behavior Bug ExtensionArray Extending pandas with custom dtypes or arrays. Interval Interval data type Needs Discussion Requires discussion from core team before further action Numeric Operations Arithmetic, Comparison, and Logical operations
#31646 opened Feb 4, 2020 by simonjayhawkins
BUG: IntervalIndex cannot be saved to HDF file Bug Interval Interval data type IO HDF5 read_hdf, HDFStore Regression Functionality that used to work in a prior pandas version
#38305 opened Dec 5, 2020 by twoertwein
2 of 3 tasks
to_json/read_json can't handle interval index Bug Interval Interval data type IO JSON read_json, to_json, json_normalize
#35420 opened Jul 27, 2020 by konstantinmiller
ENH: Arithmetic with Timestamp-based intervals Datetime Datetime data dtype Enhancement Interval Interval data type Numeric Operations Arithmetic, Comparison, and Logical operations
#35908 opened Aug 26, 2020 by gerritholl
BUG: pd.testing.assert_frame_equal does not propagate precision to interval dtype Bug ExtensionArray Extending pandas with custom dtypes or arrays. Interval Interval data type Testing pandas testing functions or related to the test suite
#43913 opened Oct 7, 2021 by stephanegaiffas
3 tasks done
ENH: Arithmetic operations on intervals Enhancement Interval Interval data type Needs Discussion Requires discussion from core team before further action Numeric Operations Arithmetic, Comparison, and Logical operations
#43629 opened Sep 18, 2021 by Hoeze
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.