-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
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
added cut as method to Series cut cut, qcut Enhancement Series Series data structure
#32834 by R4HMATT was closed Apr 3, 2020 Loading…
1 of 5 tasks
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
DOC: add note to docstring about Series/DataFrame/Index/pd.array Constructors Docs Series Series data structure
dtype keyword when creating Series from abother Series Constructors 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
DOC: Add docs for Series.__invert__ (~); add cross-link from Boolean indexing Docs Series Series data structure Stale
#62641 by rlawnsrl123 was closed Nov 27, 2025 Loading…
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…
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
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
Bug: Fix Inconsistent Behavior for Series.searchsorted Error Reporting Incorrect or improved errors from pandas Series Series data structure Stale
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
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
DEPR: Deprecate returning a DataFrame in SeriesApply.apply_standard Apply Apply, Aggregate, Transform, Map Deprecate Functionality to remove in pandas Series Series data structure
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
ENH: implement FloatingArray.round() NA - MaskedArrays Related to pd.NA and nullable extension arrays Series Series data structure Stale
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
ProTip! Follow long discussions with comments:>50.