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

API: Use object dtype for empty Series API Design Dtype Conversions Unexpected or buggy dtype conversions Series Series data structure
#29405 by SaturnFromTitan was merged Dec 5, 2019 Loading…
5 tasks done
1.0.0
ENH: Add case_when method Series Series data structure
#56059 by samukweku was merged Jan 9, 2024 Loading…
5 tasks done
2.2
Better error for str.cat with listlike of wrong dtype. Error Reporting Incorrect or improved errors from pandas Series Series data structure
#26607 by h-vetinari was merged Jun 14, 2019 Loading…
4 tasks done
0.25.0
Pd.series.map performance Constructors Series/DataFrame/Index/pd.array Constructors Performance Memory or execution speed performance Series Series data structure
#34948 by Rohith295 was merged Sep 13, 2020 Loading…
3 of 5 tasks
1.2
ENH: add Series.info API Design Series Series data structure
#31796 by MarcoGorelli was closed Oct 7, 2020 Loading…
5 tasks done
ENH: Allow map with abc mapping Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement Series Series data structure
#29788 by ohad83 was merged Jan 2, 2020 Loading…
5 tasks done
1.0.0
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…
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
REGR: Series access with Index of tuples/frozenset 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
#36147 by rhshadrach was merged Sep 12, 2020 Loading…
6 tasks done
1.1.3
ENH: implement FloatingArray.round() NA - MaskedArrays Related to pd.NA and nullable extension arrays Series Series data structure Stale
#38866 by arw2019 was closed Feb 11, 2021 Loading…
5 tasks done
1.3
BUG: Series[int].loc setitem with Series[int] results in Series[float] Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves Series Series data structure
#41644 by simonjayhawkins was merged Jun 8, 2021 Loading… 1.3
BUG: Exception when frame constructed from dict of iterators Bug Series Series data structure
#26356 by topper-123 was merged May 20, 2019 Loading…
4 tasks done
0.25.0
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
Bug fix one element series truncate Datetime Datetime data dtype 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
#35547 by gabicca was merged Aug 7, 2020 Loading… 1.1.1
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
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…
5 tasks done
1.2
DOC: Clarify behavior for Series with dict-like data and index Docs Series Series data structure
#39374 by phofl was merged Feb 7, 2021 Loading…
1 task done
1.2.2
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
DOC: Add missing parameters to Series constructor Docs Series Series data structure
#27960 by SHuangISU was closed Aug 27, 2019 Loading…
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
Added validation check for integer value for series.df Error Reporting Incorrect or improved errors from pandas Series Series data structure Transformations e.g. cumsum, diff, rank
#56688 by pmhatre1 was merged Jan 7, 2024 Loading…
Fix doc Constructors Series/DataFrame/Index/pd.array Constructors Docs Series Series data structure
#59793 by fbourgey was merged Sep 30, 2024 Loading…
1 task
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…
1 of 5 tasks
2.2
BUG: Series.setitem raising ValueError when setting Series with scalar indexer Indexing Related to indexing on series/frames, not to indexes themselves Series Series data structure
#39358 by phofl was merged Jan 28, 2021 Loading…
4 tasks done
1.3
ProTip! Exclude everything labeled bug with -label:bug.