Skip to content

Pull requests: pandas-dev/pandas

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
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

ENH: NumericIndex for any numpy int/uint/float dtype Constructors Series/DataFrame/Index/pd.array Constructors Dtype Conversions Unexpected or buggy dtype conversions Enhancement Index Related to the Index class or subclasses
#41153 by topper-123 was merged Aug 5, 2021 Loading…
4 tasks done
1.4
ENH: allow storing ExtensionArrays in Index ExtensionArray Extending pandas with custom dtypes or arrays. Index Related to the Index class or subclasses
#43930 by jbrockmendel was merged Dec 31, 2021 Loading…
5 of 7 tasks
1.4
BUG: Index.union() inconsistent with non-unique Indexes Bug Index Related to the Index class or subclasses
#36299 by phofl was merged Mar 4, 2021 Loading…
6 tasks done
1.3
DEPR: Remove int64 uint64 float64 index part 1 Deprecate Functionality to remove in pandas Index Related to the Index class or subclasses
#49560 by topper-123 was merged Jan 13, 2023 Loading… 2.0
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
#30588 by jbrockmendel was merged Jan 9, 2020 Loading…
5 of 6 tasks
1.0.0
DEPR: deprecate Index.is_categorical Deprecate Functionality to remove in pandas Index Related to the Index class or subclasses
#50225 by ShisuiUzumaki was merged Jan 16, 2023 Loading…
2 of 5 tasks
2.0
ENH: Add replace method to Index Enhancement Index Related to the Index class or subclasses replace replace method
#32542 by oguzhanogreden was closed Apr 11, 2021 Loading…
7 of 8 tasks
BUG: allow missing values in Index when calling Index.sort_values Bug Index Related to the Index class or subclasses Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#35604 by AlexKirko was merged Sep 6, 2020 Loading…
5 tasks done
1.2
fix inconsistent index naming with union/intersect #35847 Index Related to the Index class or subclasses
#36413 by iamlemec was merged Oct 7, 2020 Loading…
5 tasks done
1.2
TST: Use fixtures instead of setup_method for index tests Index Related to the Index class or subclasses Refactor Internal refactoring of code Testing pandas testing functions or related to the test suite
#28865 by jschendel was merged Oct 11, 2019 Loading… 1.0.0
CLN refactor core indexes Code Style Code style, linting, code_checks Index Related to the Index class or subclasses
#37582 by MarcoGorelli was merged Dec 22, 2020 Loading… 1.3
TST: Testing for mixed int/str Index Index Related to the Index class or subclasses Testing pandas testing functions or related to the test suite
#61349 by xaris96 was closed Jun 30, 2025 Loading…
5 tasks done
DOC: Add missing docstrings for Index.empty, Index.view and Index.names Docs Index Related to the Index class or subclasses
#57546 by merlinymy was closed May 7, 2024 Loading…
BUG/API: Indexes on empty frames/series should be RangeIndex Index Related to the Index class or subclasses
#49637 by topper-123 was merged Dec 7, 2022 Loading…
2 tasks done
2.0
ENH: RangeIndex.sort_values now avoids materialization of values Enhancement Index Related to the Index class or subclasses Performance Memory or execution speed performance
#43666 by usersblock was merged Oct 21, 2021 Loading…
4 tasks done
1.4
BUG: NumericIndex should not support float16 dtype Dtype Conversions Unexpected or buggy dtype conversions Index Related to the Index class or subclasses
#49536 by topper-123 was merged Dec 27, 2022 Loading…
2 of 3 tasks
2.0
[#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
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
#38102 by jbrockmendel was merged Dec 13, 2020 Loading…
5 tasks
1.3
use range in RangeIndex instead of _start etc. Index Related to the Index class or subclasses Refactor Internal refactoring of code
#26581 by topper-123 was merged Jun 5, 2019 Loading…
3 of 4 tasks
0.25.0
BUG: assign consensus name to index union in array case GH13475 Bug Constructors Series/DataFrame/Index/pd.array Constructors Index Related to the Index class or subclasses Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#35338 by iamlemec was merged Aug 7, 2020 Loading…
5 tasks done
1.2
Bug fix - cannot construct Index of empty tuples Index Related to the Index class or subclasses MultiIndex
#46238 by weikhor was merged Mar 28, 2022 Loading…
3 of 4 tasks
1.5
Add diff() and round() methods for Index and a test for each Enhancement Index Related to the Index class or subclasses
#52551 by GrammatikakisDimitris was merged Apr 17, 2023 Loading…
3 of 5 tasks
2.1
BUG: Fix is_unique regression for slices of Indexes Index Related to the Index class or subclasses
#57958 by rob-sil was merged Aug 6, 2024 Loading…
4 of 5 tasks
3.0
Makes NumericIndex constructor dtype aware Bug Dtype Conversions Unexpected or buggy dtype conversions Index Related to the Index class or subclasses
#29529 by oguzhanogreden was merged Nov 17, 2019 Loading…
6 tasks done
1.0.0
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.