-
- Notifications
You must be signed in to change notification settings - Fork 19.3k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
ENH: Add support for dataclasses in the DataFrame constructor API Design Constructors Series/DataFrame/Index/pd.array Constructors
ENH: Add dropna in groupby to allow NaN in keys Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Fixed itertuples usage in to_dict Regression Functionality that used to work in a prior pandas version
Rolling window endpoints inclusion API Design Datetime Datetime data dtype Reshaping Concat, Merge/Join, Stack/Unstack, Explode
ENH: add to/from_parquet with pyarrow & fastparquet Enhancement IO Data IO issues that don't fit into a more specific label IO Parquet parquet, feather
Prevent UnicodeDecodeError in pivot_table under Py2 Error Reporting Incorrect or improved errors from pandas Unicode Unicode strings
BUG: DataFrame.first_valid_index() fails if there is no valid entry. Bug Error Reporting Incorrect or improved errors from pandas Indexing Related to indexing on series/frames, not to indexes themselves
ERR: ValueError when merging on incompatible dtypes Dtype Conversions Unexpected or buggy dtype conversions Error Reporting Incorrect or improved errors from pandas Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Regression in loc setitem raising ValueError when setting array as cell value Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version
REGR: Fixed truncation with na_rep IO CSV read_csv, to_csv Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Output-Formatting __repr__ of pandas objects, to_string Regression Functionality that used to work in a prior pandas version
BUG: to_timedelta fails on Int64 Series with null values Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Timedelta Timedelta data type
ENH: nullable Float32/64 ExtensionArray Enhancement NA - MaskedArrays Related to pd.NA and nullable extension arrays
BUG: fixed merging with empty frame containing an Int64 column (#25183) Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Previous Next
ProTip! Adding no:label will show everything without a label.