-
- 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
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…
CLN: Enforce deprecation of arg in Series.map Apply Apply, Aggregate, Transform, Map Clean Series Series data structure
GH60942 Update docs and overload for Series.rename Docs Series Series data structure Typing type annotations, mypy/pyright type checking
Series replace error Error Reporting Incorrect or improved errors from pandas Series Series data structure
DOC: Fix pandas.Series.str.index RT03 Accessors accessor registration mechanism (not .str, .dt, .cat) Docs Series Series data structure
DOC: Fix pandas.Series.str.get RT03,SA01 Accessors accessor registration mechanism (not .str, .dt, .cat) Docs Series Series data structure
DOC: Fix Pandas.series.str.fullmatch RT03 Accessors accessor registration mechanism (not .str, .dt, .cat) Docs Series Series data structure
DOC: Fix RT03 for pandas.Series.str.find Accessors accessor registration mechanism (not .str, .dt, .cat) Docs 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 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
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
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…
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
DEPR: Series constructor fastpath keyword Deprecate Functionality to remove in pandas Series Series data structure
REF: move methods from base to Index Index Related to the Index class or subclasses Refactor Internal refactoring of code Series Series data structure
PERF: Series.to_numpy with float dtype and na_value=np.nan Performance Memory or execution speed performance Series Series data structure
REF: define reductions non-dynamically DataFrame DataFrame data structure Refactor Internal refactoring of code Series Series data structure
Previous Next
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.