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

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
API: hide NumericIndex from public top-level namespace in favor of pd.Index Index Related to the Index class or subclasses
#44819 by jorisvandenbossche was merged Jan 1, 2022 Loading… 1.4
REGR: GH50127 fixes error for converting to / creating Index with dtype S3 Astype Index Related to the Index class or subclasses Regression Functionality that used to work in a prior pandas version
#51559 by Daquisu was closed Nov 27, 2023 Loading…
5 tasks done
ENH: allow storing ExtensionArrays in the Index ExtensionArray Extending pandas with custom dtypes or arrays. Index Related to the Index class or subclasses Stale
#34159 by jorisvandenbossche was closed Oct 31, 2021 Draft
BUG: Index.drop raising Error when Index has duplicates Index Related to the Index class or subclasses MultiIndex
#38070 by phofl was merged Dec 2, 2020 Loading…
6 tasks done
1.2
DOC: Updates Index.reindex docstrings (#40328) Docs Index Related to the Index class or subclasses
#40879 by lnros was closed Sep 1, 2021 Loading…
1 of 4 tasks
ENH: NDFrame.axis_ops Index Related to the Index class or subclasses Refactor Internal refactoring of code
#52461 by jbrockmendel was closed Jan 10, 2024 Loading…
REF: Refactor signature of RangeIndex._simple_new Index Related to the Index class or subclasses Performance Memory or execution speed performance Refactor Internal refactoring of code
#26722 by topper-123 was merged Jun 14, 2019 Loading… 0.25.0
CLN: remove methods of ExtensionIndex that duplicate base Index Clean Index Related to the Index class or subclasses
#34163 by jorisvandenbossche was merged May 15, 2020 Loading… 1.1
Make the conversion from dtype to subclass just a little faster Index Related to the Index class or subclasses Performance Memory or execution speed performance
#49393 by hmaarrfk was merged Nov 2, 2022 Loading…
5 tasks
BUG: Index.join with different names doesn't return None name Index Related to the Index class or subclasses Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#57074 by mroeschke was closed Mar 18, 2024 Loading…
5 tasks
3.0
BUG: PeriodIndex.get_loc with mismatched freq Bug Frequency DateOffsets Index Related to the Index class or subclasses Period Period data type
#41670 by jbrockmendel was merged May 28, 2021 Loading…
2 of 4 tasks
1.3
PERF: Faster comparisons of indexes when compared to self Index Related to the Index class or subclasses Performance Memory or execution speed performance
#37109 by topper-123 was closed Jan 1, 2021 Loading…
BUG: fixed issue where Index was being accessed with DatetimeIndex attribute Frequency DateOffsets Index Related to the Index class or subclasses Stale
#50179 by bilaljai was closed Feb 7, 2023 Loading…
5 tasks done
CoW: Add reference tracking to index when created from series Copy / view semantics Index Related to the Index class or subclasses
#51803 by phofl was merged Mar 15, 2023 Loading…
5 tasks
2.0
DEPR: deprecate Index.__getitem__ with float key Deprecate Functionality to remove in pandas Index Related to the Index class or subclasses
#34193 by jorisvandenbossche was merged May 23, 2020 Loading… 1.1
ENH/POC: ExtensionIndex for arbitrary EAs ExtensionArray Extending pandas with custom dtypes or arrays. Index Related to the Index class or subclasses
#37869 by jbrockmendel was closed Mar 13, 2021 Loading…
5 tasks
PERF/REGR: restore IntervalIndex._intersection_non_unique Index Related to the Index class or subclasses Interval Interval data type Performance Memory or execution speed performance setops union, intersection, difference, symmetric_difference
#42334 by jbrockmendel was merged Jul 1, 2021 Loading…
4 tasks
1.3
BUG: concat losing columns dtypes for join=outer Bug Index Related to the Index class or subclasses Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#47586 by phofl was merged Jul 3, 2022 Loading…
5 tasks done
1.5
Fixed #38419 - BUG: set_index screws up the dtypes on empty DataFrames Index Related to the Index class or subclasses Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#38430 by jordi-crespo was merged Dec 13, 2020 Loading… 1.3
ENH: allow start=range_object in RangeIndex constructor Constructors Series/DataFrame/Index/pd.array Constructors Index Related to the Index class or subclasses
#40241 by jbrockmendel was merged Mar 9, 2021 Loading…
4 tasks done
1.3
Set index with prepend API Design Index Related to the Index class or subclasses
#26724 by nicodv was closed Jun 10, 2019 Loading…
2 of 3 tasks
ENH: Add Index.filter() method Index Related to the Index class or subclasses
#51370 by Dr-Irv was closed Aug 1, 2023 Loading…
4 of 5 tasks
2.1
BUG: DTI/TDI.insert doing invalid casting Bug Index Related to the Index class or subclasses
#33703 by jbrockmendel was merged Apr 25, 2020 Loading…
3 of 5 tasks
1.1
DOC: Fix error in pandas.Index.to_series Docs Index Related to the Index class or subclasses
#34349 by farhanreynaldo was merged May 25, 2020 Loading…
2 of 5 tasks
1.1
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.