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

DEPR: Deprecate returning a DataFrame in SeriesApply.apply_standard Apply Apply, Aggregate, Transform, Map Deprecate Functionality to remove in pandas Series Series data structure
#52123 by topper-123 was merged Apr 7, 2023 Loading…
5 tasks done
2.1
API / CoW: Copy arrays by default in Series constructor Copy / view semantics Series Series data structure
#52022 by phofl was merged Mar 29, 2023 Loading…
5 tasks
2.0
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
BUG / CoW: Series.view not respecting CoW Copy / view semantics Series Series data structure
#51832 by phofl was merged Mar 13, 2023 Loading…
4 of 5 tasks
2.0
Improve error message if attempting to construct multidimensional series Error Reporting Incorrect or improved errors from pandas Series Series data structure
#50651 by jonashaag was merged Jan 12, 2023 Loading…
2 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
Bug: Fix Inconsistent Behavior for Series.searchsorted Error Reporting Incorrect or improved errors from pandas Series Series data structure Stale
#49706 by yqyqyq-W was merged Jan 6, 2023 Loading…
4 of 5 tasks
2.0
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
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
API: Series([pydate, pydatetime]) Constructors Series/DataFrame/Index/pd.array Constructors datetime.date stdlib datetime.date support Datetime Datetime data dtype Series Series data structure
#49446 by jbrockmendel was merged Nov 1, 2022 Loading…
5 tasks done
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…
5 tasks done
DEPR: Enforce empty Series returning object dtype Deprecate Functionality to remove in pandas Series Series data structure
#49342 by mroeschke was merged Oct 31, 2022 Loading… 2.0
differences in Series.map with defaultdict with different dtypes Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Series Series data structure
#49011 by dannyi96 was merged Oct 14, 2022 Loading…
5 tasks done
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
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
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: Series.replace with to_replace dict and value=None, nonsensical error message Bug replace replace method Series Series data structure Stale
#46689 by Kyrpel was closed Jun 21, 2022 Loading…
3 of 4 tasks
BUG: SeriesGroupBy.value_counts - index name missing in categorical columns Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Categorical Categorical Data Type Groupby Series Series data structure
#45625 by NumberPiOso was merged Feb 5, 2022 Loading…
4 tasks done
1.5
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… 1.4
Bug in Series constructor returning wrong missing values Constructors Series/DataFrame/Index/pd.array Constructors Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Series Series data structure
#43026 by phofl was merged Aug 19, 2021 Loading…
5 tasks done
1.4
DEPR: Raise FutureWarning when creating empty series without dtype Deprecate Functionality to remove in pandas Series Series data structure
#42587 by lithomas1 was merged Jul 23, 2021 Loading…
4 tasks done
1.4
Omerdan03 bug pd.series.rename #42481 Bug Series Series data structure Stale
#42495 by Omerdan03 was closed Aug 17, 2021 Loading…
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… 1.4
ProTip! Type g i on any issue or pull request to go back to the issue listing page.