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

BUG/TST: added TypeError if object dtypes are detected in dataframe Bug DataFrame DataFrame data structure Stale
#61682 by sharkipelago was closed Oct 5, 2025 Loading… updated Oct 5, 2025
3 of 4 tasks
BUG: Fixing DataFrame.Update crashes when NaT present DataFrame DataFrame data structure
#49395 by wxing11 was merged Nov 15, 2022 Loading… updated Sep 2, 2025
3 of 5 tasks
2.0
BUG: Preserve column names in DataFrame.from_records when nrows=0 DataFrame DataFrame data structure
#62085 by yuanx749 was merged Aug 11, 2025 Loading… updated Aug 12, 2025
4 tasks done
3.0
BUG: fix bug in DataFrame.diff when dataframe has bool dtype and axis=1 Bug DataFrame DataFrame data structure Transformations e.g. cumsum, diff, rank
#57193 by yuanx749 was closed Jun 17, 2024 Loading… updated Jun 28, 2024
4 of 5 tasks
BUG: Ensure dataframe preserves categorical indices with categorial series Categorical Categorical Data Type Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure
#57635 by jmarintur was closed May 31, 2024 Loading… updated Jun 1, 2024
2 tasks done
TYP: mostly DataFrame return overloads DataFrame DataFrame data structure Typing type annotations, mypy/pyright type checking
#56739 by twoertwein was merged Feb 13, 2024 Loading… updated Apr 7, 2024 3.0
CLN: Enforce deprecation of axis=None in DataFrame reductions Clean DataFrame DataFrame data structure Reduction Operations sum, mean, min, max, etc.
#57684 by rhshadrach was merged Mar 5, 2024 Loading… updated Mar 5, 2024
5 tasks
3.0
PERF: Avoid Series constructor in DataFrame(dict(...), columns=) DataFrame DataFrame data structure Performance Memory or execution speed performance
#57205 by mroeschke was merged Feb 24, 2024 Loading… updated Feb 24, 2024
3 tasks
3.0
2
5
REGR: DataFrame.update emits spurious warning about downcasting Bug Conditionals E.g. where, mask, case_when DataFrame DataFrame data structure Dtype Conversions Unexpected or buggy dtype conversions Regression Functionality that used to work in a prior pandas version Warnings Warnings that appear or should be added to pandas
#57485 by rhshadrach was merged Feb 18, 2024 Loading… updated Feb 19, 2024
1 of 5 tasks
2.2.1
Backport PR #57340 on branch 2.2.x (REGR: shift raising for axis=1 and empty df) DataFrame DataFrame data structure
#57381 by meeseeksmachine was merged Feb 12, 2024 Loading… updated Feb 12, 2024 2.2.1
REGR: shift raising for axis=1 and empty df DataFrame DataFrame data structure
#57340 by phofl was merged Feb 12, 2024 Loading… updated Feb 12, 2024
5 tasks
2.2.1
Remove DataFrame.applymap and Styler.applymap DataFrame DataFrame data structure Styler conditional formatting using DataFrame.style
#57345 by phofl was merged Feb 11, 2024 Loading… updated Feb 11, 2024
5 tasks
3.0
DEPR: Remove first and last from DataFrame DataFrame DataFrame data structure Deprecate Functionality to remove in pandas
#57246 by phofl was merged Feb 4, 2024 Loading… updated Feb 4, 2024
5 tasks
3.0
ENH: Add limit_area to ffill/bfill DataFrame DataFrame data structure Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Series Series data structure
#56531 by rhshadrach was merged Dec 19, 2023 Loading… updated Dec 21, 2023
1 of 5 tasks
2.2
BUG: Fix sort_index(axis=1, ignore_index=True) Bug DataFrame DataFrame data structure Sorting e.g. sort_index, sort_values
#56487 by mroeschke was merged Dec 18, 2023 Loading… updated Dec 18, 2023
5 tasks
2.2
PERF: Cython 3.0 regression with frame constructor Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure Performance Memory or execution speed performance
#55931 by rhshadrach was merged Nov 13, 2023 Loading… updated Nov 13, 2023
5 tasks
This fix allows a DataFrame to retain key order from a dictionary DataFrame DataFrame data structure
#55696 by paulreece was merged Oct 30, 2023 Loading… updated Oct 30, 2023
4 of 5 tasks
2.2
BUG: DataFrame repr with ArrowDtype with extension Arrow pyarrow functionality DataFrame DataFrame data structure Output-Formatting __repr__ of pandas objects, to_string
#54130 by mroeschke was merged Jul 18, 2023 Loading… updated Jul 18, 2023
2 of 5 tasks
2.1
ENH: add empty() methods for DataFrame and Series DataFrame DataFrame data structure Enhancement Series Series data structure
#12291 by gfyoung was closed Feb 11, 2016 Loading… updated May 11, 2023
PERF: Improve performance in DataFrame.filter DataFrame DataFrame data structure Indexing Related to indexing on series/frames, not to indexes themselves Performance Memory or execution speed performance
#52941 by phofl was merged Apr 27, 2023 Loading… updated Apr 27, 2023
4 of 5 tasks
2.1
REGR: Fix regression in sort_values not resetting index DataFrame DataFrame data structure Regression Functionality that used to work in a prior pandas version
#52565 by phofl was merged Apr 10, 2023 Loading… updated Apr 11, 2023
5 tasks done
2.0.1
Backport PR #52565 on branch 2.0.x (REGR: Fix regression in sort_values not resetting index) DataFrame DataFrame data structure Regression Functionality that used to work in a prior pandas version
#52583 by meeseeksmachine was merged Apr 11, 2023 Loading… updated Apr 11, 2023 2.0.1
REF: define reductions non-dynamically DataFrame DataFrame data structure Refactor Internal refactoring of code Series Series data structure
#52428 by jbrockmendel was merged Apr 5, 2023 Loading… updated Apr 5, 2023
5 tasks
2.1
DEPR: Enforce dropping of datetime in DataFrame.mean/median with numeric_only=None DataFrame DataFrame data structure Deprecate Functionality to remove in pandas Nuisance Columns Identifying/Dropping nuisance columns in reductions, groupby.add, DataFrame.apply Reduction Operations sum, mean, min, max, etc.
#49384 by rhshadrach was closed Oct 29, 2022 Loading… updated Apr 2, 2023
5 tasks
2.0
Backport PR #52054 on branch 2.0.x (PERF: Improve performance with copy=True and different dtype) DataFrame DataFrame data structure Performance Memory or execution speed performance
#52088 by meeseeksmachine was merged Mar 20, 2023 Loading… updated Mar 20, 2023 2.0
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.