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

PERF: Don't create a CategoricalIndex._engine in __contains__ if categories are RangeIndex Categorical Categorical Data Type Performance Memory or execution speed performance
#59178 by mroeschke was merged Jul 22, 2024 Loading… 3.0
PREF: Fix regression from #58984 Groupby Performance Memory or execution speed performance
#59025 by luke396 was merged Jun 17, 2024 Loading…
1 of 5 tasks
3.0
PERF: cache plotting date locators for DatetimeIndex plotting Performance Memory or execution speed performance Visualization plotting
#58992 by mroeschke was merged Jun 13, 2024 Loading…
1 task done
2.2.3
PERF/CLN: Avoid ravel in plotting Performance Memory or execution speed performance Visualization plotting
#58973 by mroeschke was merged Jun 14, 2024 Loading… 3.0
PERF: Use reshape instead of ravel/flatten Code Style Code style, linting, code_checks Performance Memory or execution speed performance
#58972 by mroeschke was merged Jun 14, 2024 Loading… 3.0
PERF: Use shallow copies/defer copies in io IO Data IO issues that don't fit into a more specific label Performance Memory or execution speed performance
#58960 by mroeschke was merged Jun 14, 2024 Loading… 3.0
PERF: Only copy in plotting when needed Performance Memory or execution speed performance Visualization plotting
#58958 by mroeschke was merged Jun 14, 2024 Loading… 3.0
PERF: future_stack=True with non-MulitIndex columns Performance Memory or execution speed performance Reshaping Concat, Merge/Join, Stack/Unstack, Explode Stale
#58817 by rhshadrach was merged Apr 14, 2025 Loading…
4 of 5 tasks
3.0
PERF: Eliminate circular references in accessor attributes Accessors accessor registration mechanism (not .str, .dt, .cat) Performance Memory or execution speed performance
#58733 by mroeschke was merged May 16, 2024 Loading…
2 tasks
3.0
2
2
PERF: MultiIndex._engine use smaller dtypes MultiIndex Performance Memory or execution speed performance
#58411 by GianlucaFicarelli was merged Apr 30, 2024 Loading…
5 tasks
3.0
PERF: MultiIndex.memory_usage shouldn't trigger the index engine Index Related to the Index class or subclasses Performance Memory or execution speed performance
#58385 by GianlucaFicarelli was merged Apr 24, 2024 Loading…
5 tasks
3.0
PERF: RangeIndex.value_counts/searchsorted/to_numpy Index Related to the Index class or subclasses Performance Memory or execution speed performance
#58376 by mroeschke was merged Apr 29, 2024 Loading… 3.0
Avoid unnecessary re-opening of HDF5 files (Closes: #58248) IO HDF5 read_hdf, HDFStore Performance Memory or execution speed performance
#58275 by avalentino was merged Apr 16, 2024 Loading…
2 of 5 tasks
3.0
BUG/PERF: groupby.transform with unobserved categories Apply Apply, Aggregate, Transform, Map Bug Categorical Categorical Data Type Groupby Performance Memory or execution speed performance
#58084 by undermyumbrella1 was merged May 8, 2024 Loading…
4 of 5 tasks
3.0
REGR: Performance of DataFrame.stack where columns are not a MultiIndex Performance Memory or execution speed performance Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#58027 by rhshadrach was merged Mar 27, 2024 Loading…
1 of 5 tasks
3.0
CLN/PERF: Simplify argmin/argmax Clean Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Performance Memory or execution speed performance Reduction Operations sum, mean, min, max, etc.
#58019 by rhshadrach was merged Apr 1, 2024 Loading…
5 tasks
3.0
PERF: Allow Index.to_frame to return RangeIndex columns Index Related to the Index class or subclasses Performance Memory or execution speed performance
#58018 by mroeschke was merged Mar 28, 2024 Loading… 3.0
PERF: Allow np.integer Series/Index to convert to RangeIndex Index Related to the Index class or subclasses Performance Memory or execution speed performance
#58016 by mroeschke was merged Apr 1, 2024 Loading… 3.0
PERF: (partial) fix for np_datetime.c performance regression Performance Memory or execution speed performance Stale
#57988 by dontgoto was closed May 15, 2024 Loading…
1 task done
PERF: DataFrame(dict) returns RangeIndex columns when possible Constructors Series/DataFrame/Index/pd.array Constructors Index Related to the Index class or subclasses Performance Memory or execution speed performance
#57943 by mroeschke was merged Mar 25, 2024 Loading… 3.0
PERF: Remove slower short circut checks in RangeIndex__getitem__ Index Related to the Index class or subclasses Performance Memory or execution speed performance
#57856 by mroeschke was merged Mar 16, 2024 Loading…
1 task
3.0
PERF: Skip _shallow_copy for RangeIndex._join_empty where other is RangeIndex Index Related to the Index class or subclasses Performance Memory or execution speed performance
#57855 by mroeschke was merged Mar 16, 2024 Loading…
1 task
3.0
PERF: RangeIndex.insert maintains RangeIndex when empty Index Related to the Index class or subclasses Performance Memory or execution speed performance
#57833 by mroeschke was merged Mar 16, 2024 Loading… 3.0
PERF: Unary methods on RangeIndex returns RangeIndex Index Related to the Index class or subclasses Performance Memory or execution speed performance
#57825 by mroeschke was merged Mar 14, 2024 Loading… 3.0
ProTip! Exclude everything labeled bug with -label:bug.