-
- 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
COMPAT: numpy master compat for groupby-filter Compat pandas objects compatability with Numpy or Python functions
ENH: xz compression in to_csv() resolves #11852 Compat pandas objects compatability with Numpy or Python functions Enhancement IO CSV read_csv, to_csv
BUG: pivot_table strings as aggfunc Compat pandas objects compatability with Numpy or Python functions Reshaping Concat, Merge/Join, Stack/Unstack, Explode
ENH: Show column name in assert_frame_equal Compat pandas objects compatability with Numpy or Python functions
BUG/CI/TST: fix format strings Bug Compat pandas objects compatability with Numpy or Python functions Error Reporting Incorrect or improved errors from pandas IO Excel read_excel, to_excel
BUG: fix CategoricalBlock pickling Categorical Categorical Data Type Compat pandas objects compatability with Numpy or Python functions IO Data IO issues that don't fit into a more specific label
COMPAT: rename isnull -> isna, notnull -> notna API Design Compat pandas objects compatability with Numpy or Python functions Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Fix name setting in DTI/TDI __add__ and __sub__ Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype Timedelta Timedelta data type
ENH: Add IntegerArray.__arrow_array__ for custom conversion to Arrow Compat pandas objects compatability with Numpy or Python functions Enhancement
COMPAT: remove Categorical pickle compat with Pandas < 0.16 Categorical Categorical Data Type Compat pandas objects compatability with Numpy or Python functions IO Data IO issues that don't fit into a more specific label
Fix compilation under cython 3. Compat pandas objects compatability with Numpy or Python functions Stale
#41530 by rainwoodman was closed Aug 17, 2021 Loading…
BUG: preserve dtypes in interpolate Compat pandas objects compatability with Numpy or Python functions Dtype Conversions Unexpected or buggy dtype conversions Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
DEPS/CLN: remove distutils usage Compat pandas objects compatability with Numpy or Python functions Dependencies Required and optional dependencies Python 3.10
ENH: Support arrow/parquet roundtrip for nullable integer / string extension dtypes Compat pandas objects compatability with Numpy or Python functions ExtensionArray Extending pandas with custom dtypes or arrays. IO Parquet parquet, feather
BLD: Add missing inline declarations Compat pandas objects compatability with Numpy or Python functions
#14611 by orivej was closed Dec 31, 2016 Loading…
API: restore full datetime.timedelta compat with Timedelta w.r.t. seconds/microseconds accessors (GH9185, GH9139) API Design Compat pandas objects compatability with Numpy or Python functions Timedelta Timedelta data type
Make pd.Period immutable Compat pandas objects compatability with Numpy or Python functions Period Period data type
COMPAT: Support for MPL 1.5 Compat pandas objects compatability with Numpy or Python functions Visualization plotting
Fix Series.__sub__ non-nano datetime64 Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype
ProTip! no:milestone will show everything without a milestone.