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: Series(dict) returns RangeIndex when possible Index Related to the Index class or subclasses Series Series data structure
#58118 by mroeschke was merged Apr 3, 2024 Loading… 3.0
DEPR: numeic_only in Series and SeriesGroupBy consistency Deprecate Functionality to remove in pandas Nuisance Columns Identifying/Dropping nuisance columns in reductions, groupby.add, DataFrame.apply Resample resample method Series Series data structure
#47561 by rhshadrach was merged Jul 5, 2022 Loading…
4 tasks done
1.5
BUG: Fix ListAccessor methods to preserve original name Arrow pyarrow functionality Series Series data structure
#60527 by FBruzzesi was merged Dec 9, 2024 Loading…
4 of 5 tasks
3.0
Updated series documentation to close #35406 Constructors Series/DataFrame/Index/pd.array Constructors Docs Series Series data structure
#36139 by TAJD was merged Sep 5, 2020 Loading…
1 task
1.2
BUG: Don't overflow with large int scalar Bug Constructors Series/DataFrame/Index/pd.array Constructors Series Series data structure
#36316 by dsaxton was merged Sep 13, 2020 Loading…
5 tasks done
1.1.3
BUG: Series construction with mismatched dt64 data vs td64 dtype Bug Series Series data structure
#38764 by jbrockmendel was merged Dec 29, 2020 Loading…
3 of 5 tasks
1.3
BUG: Fix Series.append raises TypeError with tuple of Series Series Series data structure
#28412 by christopherzimmerman was merged Sep 13, 2019 Loading…
5 tasks done
1.0.0
Omerdan03 bug pd.series.rename #42481 Bug Series Series data structure Stale
#42495 by Omerdan03 was closed Aug 17, 2021 Loading…
4 tasks
CoW: Avoid copying Index in Series constructor Copy / view semantics Index Related to the Index class or subclasses Series Series data structure
#52008 by phofl was merged Mar 17, 2023 Loading…
5 tasks
2.0
Doc: Series.rename parameter documentation with Tests Docs Series Series data structure Testing pandas testing functions or related to the test suite
#48036 by ntachukwu was merged Aug 12, 2022 Loading…
3 tasks done
1.5
REF: _try_cast; go through fastpath more often Constructors Series/DataFrame/Index/pd.array Constructors Performance Memory or execution speed performance Series Series data structure
#41597 by jbrockmendel was merged May 22, 2021 Loading…
2 of 4 tasks
1.3
TST: Test Series integer mod behavior on string Numeric Operations Arithmetic, Comparison, and Logical operations Series Series data structure Testing pandas testing functions or related to the test suite
#29180 by gfyoung was merged Oct 23, 2019 Loading… 1.0.0
REF: move methods from base to Index Index Related to the Index class or subclasses Refactor Internal refactoring of code Series Series data structure
#52447 by jbrockmendel was merged Apr 7, 2023 Loading…
5 tasks
2.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…
5 tasks
2.1
PERF: Series.to_numpy with float dtype and na_value=np.nan Performance Memory or execution speed performance Series Series data structure
#52430 by lukemanley was merged Apr 6, 2023 Loading…
4 tasks done
2.1
BUG: Series(index=[]) should have dtype=object Constructors Series/DataFrame/Index/pd.array Constructors Series Series data structure
#49574 by topper-123 was merged Nov 9, 2022 Loading…
3 of 5 tasks
2.0
PERF: Performance improvement value_counts for masked arrays Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Constructors Series/DataFrame/Index/pd.array Constructors NA - MaskedArrays Related to pd.NA and nullable extension arrays Performance Memory or execution speed performance Series Series data structure
#48338 by phofl was merged Sep 9, 2022 Loading…
4 of 5 tasks
2.0
BUG: Series constructor raising with NA and bools and Int dtype Dtype Conversions Unexpected or buggy dtype conversions NA - MaskedArrays Related to pd.NA and nullable extension arrays Series Series data structure
#50328 by phofl was merged Dec 19, 2022 Loading…
5 tasks done
2.0
GH60942 Update docs and overload for Series.rename Docs Series Series data structure Typing type annotations, mypy/pyright type checking
#60975 by loicdiridollou was merged Feb 22, 2025 Loading…
1 of 5 tasks
3.0
improve warnings for Series.{real,imag} Error Reporting Incorrect or improved errors from pandas Series Series data structure
#27651 by h-vetinari was merged Jul 30, 2019 Loading…
5 tasks done
0.25.1
DEPR: Series constructor fastpath keyword Deprecate Functionality to remove in pandas Series Series data structure
#55466 by jbrockmendel was merged Oct 10, 2023 Loading…
4 of 5 tasks
2.2
CLN: collect fastpath in Series.__init__ Clean Constructors Series/DataFrame/Index/pd.array Constructors Series Series data structure
#49575 by topper-123 was merged Nov 9, 2022 Loading… 2.0
Series replace error Error Reporting Incorrect or improved errors from pandas Series Series data structure
#59552 by fbourgey was merged Aug 21, 2024 Loading…
3 tasks
3.0
BUG: Series.resample fails on NaT index Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Resample resample method Series Series data structure
#39229 by rhshadrach was merged Jan 26, 2021 Loading…
4 tasks done
1.3
PEP 3118 Buffer Protocol Support for Series Enhancement Needs Discussion Requires discussion from core team before further action Series Series data structure
#30487 by WillAyd was closed Jan 13, 2020 Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.