-
- 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
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
Updated series documentation to close #35406 Constructors Series/DataFrame/Index/pd.array Constructors Docs Series Series data structure
BUG: Don't overflow with large int scalar Bug Constructors Series/DataFrame/Index/pd.array Constructors Series Series data structure
CoW: Avoid copying Index in Series constructor Copy / view semantics Index Related to the Index class or subclasses Series Series data structure
REF: _try_cast; go through fastpath more often Constructors Series/DataFrame/Index/pd.array Constructors Performance Memory or execution speed performance Series Series data structure
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
REF: move methods from base to Index Index Related to the Index class or subclasses Refactor Internal refactoring of code Series Series data structure
REF: define reductions non-dynamically DataFrame DataFrame data structure 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
BUG: Series(index=[]) should have dtype=object Constructors Series/DataFrame/Index/pd.array Constructors Series Series data structure
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
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
GH60942 Update docs and overload for Series.rename Docs Series Series data structure Typing type annotations, mypy/pyright type checking
improve warnings for Series.{real,imag} Error Reporting Incorrect or improved errors from pandas Series Series data structure
DEPR: Series constructor fastpath keyword Deprecate Functionality to remove in pandas Series Series data structure
CLN: collect fastpath in Series.__init__ Clean Constructors Series/DataFrame/Index/pd.array Constructors Series Series data structure
Series replace error Error Reporting Incorrect or improved errors from pandas Series Series data structure
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
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…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.