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

CLN: Enforce deprecation of arg in Series.map Apply Apply, Aggregate, Transform, Map Clean Series Series data structure
#62104 by rhshadrach was closed Aug 16, 2025 Loading… updated Aug 16, 2025
5 tasks
3.0
Backport PR #57889 on branch 2.2.x (BUG: Handle Series construction with Dask, dict-like, Series) Compat pandas objects compatability with Numpy or Python functions Constructors Series/DataFrame/Index/pd.array Constructors Series Series data structure
#57899 by meeseeksmachine was merged Mar 18, 2024 Loading… updated Mar 18, 2024 2.2.2
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
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… updated Apr 12, 2023
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
Backport PR #51832 on branch 2.0.x (BUG / CoW: Series.view not respecting CoW) Copy / view semantics Series Series data structure
#51937 by meeseeksmachine was merged Mar 13, 2023 Loading… updated Mar 13, 2023 2.0
BUG: Series(mixed_tz_datetime_objs, dtype=dt64tz) Datetime Datetime data dtype Series Series data structure Timezones Timezone data dtype
#49432 by jbrockmendel was closed Nov 3, 2022 Loading… updated Nov 3, 2022
5 tasks done
PERF: Series.to_frame Constructors Series/DataFrame/Index/pd.array Constructors Performance Memory or execution speed performance Series Series data structure
#43558 by jbrockmendel was merged Sep 14, 2021 Loading… updated Sep 14, 2021 1.4
Omerdan03 bug pd.series.rename #42481 Bug Series Series data structure Stale
#42495 by Omerdan03 was closed Aug 17, 2021 Loading… updated Aug 17, 2021
4 tasks
REF: simplify Series.__setitem__ Indexing Related to indexing on series/frames, not to indexes themselves Refactor Internal refactoring of code Series Series data structure
#41912 by jbrockmendel was merged Jun 18, 2021 Loading… updated Jun 18, 2021 1.4
REF: Move transform into apply Apply Apply, Aggregate, Transform, Map DataFrame DataFrame data structure Refactor Internal refactoring of code Series Series data structure
#39957 by rhshadrach was merged Feb 21, 2021 Loading… updated Feb 21, 2021
1 task done
1.3
REF: Move the rest of Series.agg into apply Apply Apply, Aggregate, Transform, Map Refactor Internal refactoring of code Series Series data structure
#39954 by rhshadrach was merged Feb 21, 2021 Loading… updated Feb 21, 2021
1 task done
1.3
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… updated Jan 26, 2021
4 tasks done
1.3
BUG: Raise ValueError instead of bare Exception in sanitize_array Constructors Series/DataFrame/Index/pd.array Constructors Error Reporting Incorrect or improved errors from pandas Series Series data structure
#35769 by micahjsmith was merged Oct 10, 2020 Loading… updated Jan 25, 2021
5 tasks done
1.2
BUG: Series construction with mismatched dt64 data vs td64 dtype Bug Series Series data structure
#38764 by jbrockmendel was merged Dec 29, 2020 Loading… updated Dec 29, 2020
3 of 5 tasks
1.3
REGR: SeriesGroupBy where index has a tuple name fails Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version Series Series data structure
#37801 by rhshadrach was merged Nov 14, 2020 Loading… updated Nov 24, 2020
5 tasks done
1.1.5
Backport PR #37801 on branch 1.1.x: REGR: SeriesGroupBy where index has a tuple name fails Indexing Related to indexing on series/frames, not to indexes themselves Series Series data structure
#37829 by simonjayhawkins was merged Nov 14, 2020 Loading… updated Nov 14, 2020 1.1.5
Backport PR #36316 on branch 1.1.x (BUG: Don't overflow with large int scalar) Constructors Series/DataFrame/Index/pd.array Constructors Series Series data structure
#36334 by meeseeksmachine was merged Sep 13, 2020 Loading… updated Sep 13, 2020 1.1.3
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… updated Sep 13, 2020
5 tasks done
1.1.3
Backport PR #36147 on branch 1.1.x (REGR: Series access with Index of tuples/frozenset) Indexing Related to indexing on series/frames, not to indexes themselves Series Series data structure
#36332 by meeseeksmachine was merged Sep 13, 2020 Loading… updated Sep 13, 2020 1.1.3
added cut as method to Series cut cut, qcut Enhancement Series Series data structure
#32834 by R4HMATT was closed Apr 3, 2020 Loading… updated Apr 3, 2020
1 of 5 tasks
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… updated Oct 23, 2019 1.0.0
DOC: Add missing parameters to Series constructor Docs Series Series data structure
#27960 by SHuangISU was closed Aug 27, 2019 Loading… updated Aug 27, 2019
BUG: Series.rename raises error on values accepted by Series construc… Bug Indexing Related to indexing on series/frames, not to indexes themselves Series Series data structure
#27814 by lgmsantos was merged Aug 22, 2019 Loading… updated Aug 22, 2019 0.25.1
ProTip! Filter pull requests by the default branch with base:main.