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

PDEP-11: Change default of dropna to False Deprecate Functionality to remove in pandas Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate PDEP pandas enhancement proposal Stale
#53094 by rhshadrach was closed Jun 8, 2025 Loading…
ENH: Be able to add lines for all index levels, not just visible ones [fix #59877] Stale Styler conditional formatting using DataFrame.style
#59916 by edbennett was closed Apr 2, 2025 Loading…
5 tasks done
REG: fix regression in df.corrwith on tied data when method is spearman Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Regression Functionality that used to work in a prior pandas version Stale
#49032 by GYHHAHA was closed Dec 6, 2022 Loading…
3 of 5 tasks
2.0
ENH: Add axis argument to Dataframe.corr Enhancement Numeric Operations Arithmetic, Comparison, and Logical operations Stale
#35984 by kc611 was closed Oct 29, 2020 Loading…
2 tasks done
1.2
ENH/BUG: implement __iter__ for IntegerArray so conversions (to_dict, tolist, etc.) return python native types Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays. Stale
#37377 by arw2019 was closed Feb 11, 2021 Loading…
5 of 6 tasks
BUG: Write compliant Parquet with pyarrow Bug IO Parquet parquet, feather Stale
#43690 by judahrand was closed Nov 28, 2021 Loading…
4 tasks done
1.4
ENH:column-wise DataFrame.fillna and duplicated DataFrame.fillna with Series and Dict Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Stale
#30922 by proost was closed Dec 8, 2020 Loading…
5 tasks done
Fix/26837 format array ExtensionArray Extending pandas with custom dtypes or arrays. Output-Formatting __repr__ of pandas objects, to_string Refactor Internal refactoring of code Stale
#44527 by TomAugspurger was closed Mar 6, 2022 Loading…
4 tasks done
BUG: pd.DataFrame.from_records() raises a KeyError if passed a string index and an empty iterable Bug Constructors Series/DataFrame/Index/pd.array Constructors Stale
#47319 by Kelvingandhi was closed Sep 21, 2022 Loading…
5 tasks done
CLN: dont consolidate in reshape.concat Reshaping Concat, Merge/Join, Stack/Unstack, Explode Stale
#34683 by jbrockmendel was merged Dec 17, 2020 Loading… 1.3
[#38390] Bug fix for Datetime64Formatter with values of ndim > 1 ExtensionArray Extending pandas with custom dtypes or arrays. Output-Formatting __repr__ of pandas objects, to_string Stale
#38391 by BryanCutler was closed Mar 9, 2021 Loading…
5 tasks done
ENH: Add typing tests according to the issue 45252 Stale Typing type annotations, mypy/pyright type checking
#45594 by zkrolikowski-vl was closed May 5, 2022 Loading…
3 of 4 tasks
BUG: support non-nanos Timedelta objects in Python C API Stale
#55213 by BenjaminHelyer was closed Nov 3, 2023 Loading…
5 tasks done
DEPR: Remove unnecessary kwargs in groupby ops Deprecate Functionality to remove in pandas Groupby Stale
#50483 by ramvikrams was closed Feb 11, 2023 Loading…
2 of 5 tasks
BUG: pd.concat dataframes with different datetime64 resolutions Non-Nano datetime64/timedelta64 with non-nanosecond resolution Reshaping Concat, Merge/Join, Stack/Unstack, Explode Stale
#53641 by Charlie-XIAO was merged Oct 30, 2023 Loading…
3 of 4 tasks
2.2
BUG: Fixed DataFrame.__repr__ Type Error when column dtype is np.record (GH 48526) Nested Data Data where the values are collections (lists, sets, dicts, objects, etc.). Output-Formatting __repr__ of pandas objects, to_string Stale
#48637 by RaphSku was merged Apr 21, 2023 Loading…
4 tasks done
2.1
CoW: Use weakref callbacks to track dead references Regression Functionality that used to work in a prior pandas version Stale
#55539 by wangwillian0 was closed Aug 19, 2024 Loading…
4 of 5 tasks
ENH: Styler column and row styles Stale Styler conditional formatting using DataFrame.style
#35607 by attack68 was merged Nov 24, 2020 Loading…
5 tasks done
1.2
BUG: Cannot create third-party ExtensionArrays for datetime types (xfail) ExtensionArray Extending pandas with custom dtypes or arrays. Stale
#34987 by xhochy was merged Jan 14, 2021 Loading…
4 of 5 tasks
1.3
BUG: json_normalize raises boardcasting error with list-like metadata IO JSON read_json, to_json, json_normalize Stale
#47708 by GYHHAHA was closed Oct 24, 2022 Loading…
4 of 6 tasks
BUG: Assignment of pyarrow arrays yield unexpected dtypes Stale
#58601 by droussea2001 was closed Jun 2, 2025 Loading…
4 tasks done
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.