-
- 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: fix: Related to the Index class or subclasses Stale
list as index item does not raise Bug Index #61674 by Andre-Andreati was closed Jul 28, 2025 Loading…
4 of 5 tasks
Construction of series with na and datetime dtype Constructors Series/DataFrame/Index/pd.array Constructors Dtype Conversions Unexpected or buggy dtype conversions Index Related to the Index class or subclasses
#46068 by weikhor was closed Mar 14, 2022 Loading…
4 tasks
DOC: Added sentence to show that unmatched values return -1. Docs Index Related to the Index class or subclasses Stale
DEPR: Fix deprecation warnings in ASV Benchmark Performance (ASV) benchmarks Deprecate Functionality to remove in pandas Index Related to the Index class or subclasses
DOC/TYP: index.take return val Docs Index Related to the Index class or subclasses Typing type annotations, mypy/pyright type checking
BUG/API: Index.__new__ match Series datetime inference behavior API - Consistency Internal Consistency of API/Behavior Index Related to the Index class or subclasses
#40451 by jbrockmendel was closed Mar 23, 2021 Loading…
2 of 4 tasks
REF: use _validate_fill_value in Index.insert Index Related to the Index class or subclasses Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Refactor Internal refactoring of code
DEPR: Index.asi8 Deprecate Functionality to remove in pandas Index Related to the Index class or subclasses
API: Index.__cmp__(Series) return NotImplemented API - Consistency Internal Consistency of API/Behavior Index Related to the Index class or subclasses
#37160 by jbrockmendel was closed Nov 11, 2020 Loading…
4 of 5 tasks
DatetimeIndex get_loc validates date object Datetime Datetime data dtype Index Related to the Index class or subclasses Needs Discussion Requires discussion from core team before further action
#35478 by knabben was closed Nov 4, 2020 Loading…
5 tasks
BUG: ensure consistent behavior of Index.is_all_dates (#19204) Index Related to the Index class or subclasses
#33104 by addammy was closed Jul 17, 2020 Loading…
5 tasks done
ERR: Raise a better error for numpy singletons in Index Error Reporting Incorrect or improved errors from pandas Index Related to the Index class or subclasses
DEPR: Index.ravel behavior Deprecate Functionality to remove in pandas Index Related to the Index class or subclasses
#32641 by jbrockmendel was closed Mar 30, 2020 Loading…
4 of 5 tasks
ENH: Add Related to the Index class or subclasses replace replace method
replace method to Index Enhancement Index #32542 by oguzhanogreden was closed Apr 11, 2021 Loading…
7 of 8 tasks
[#16737] Index type for Series with empty data Deprecate Functionality to remove in pandas Dtype Conversions Unexpected or buggy dtype conversions Index Related to the Index class or subclasses
#32053 by SaturnFromTitan was closed Sep 10, 2020 Loading…
5 tasks done
Fix DataFrame.info() range summary for DatetimeIndex Index Related to the Index class or subclasses
#31069 by Ircama was closed Feb 5, 2020 Loading…
REF: handle searchsorted casting within DatetimeLikeArray Index Related to the Index class or subclasses Refactor Internal refactoring of code
BUG: validate Index data is 1D + deprecate multi-dim indexing Constructors Series/DataFrame/Index/pd.array Constructors Index Related to the Index class or subclasses
DEPR: Deprecate Index.set_value Deprecate Functionality to remove in pandas Index Related to the Index class or subclasses
Add support to names keyword in Index API Design Index Related to the Index class or subclasses Needs Discussion Requires discussion from core team before further action
#28032 by pedrocunial was closed Oct 3, 2019 Loading…
4 of 5 tasks
PERF: Break reference cycle for all Index types Index Related to the Index class or subclasses Performance Memory or execution speed performance
Previous Next
ProTip! Filter pull requests by the default branch with base:main.