-
- 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
TST: tests for nullable issues Categorical Categorical Data Type Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves Testing pandas testing functions or related to the test suite
Set correct missing value indicator in astype for categorical Categorical Categorical Data Type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG: to_csv casting datetimes in categorical to int Categorical Categorical Data Type IO CSV read_csv, to_csv
Fixed regression in Series.duplicated for categorical dtype with bool categories Categorical Categorical Data Type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Regression Functionality that used to work in a prior pandas version
TST: Test Series' settitem with Interval and NaN Categorical Categorical Data Type Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Testing pandas testing functions or related to the test suite
Resolving Index Resetting for tz_localize Categorical Categorical Data Type Timezones Timezone data dtype
TST: groupby.first/last retains categorical dtype Categorical Categorical Data Type Groupby Testing pandas testing functions or related to the test suite
REF: de-duplicate CategoricalIndex._get_indexer Categorical Categorical Data Type Datetime Datetime data dtype Index Related to the Index class or subclasses Refactor Internal refactoring of code
BUG: Categorical.fillna with non-category tuple Bug Categorical Categorical Data Type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG: DataFrame.at with CategoricalIndex Bug Categorical Categorical Data Type Indexing Related to indexing on series/frames, not to indexes themselves
Deprecate inplace in Categorical.rename_categories Categorical Categorical Data Type Deprecate Functionality to remove in pandas
BUG: retain ordered Categorical dtype in SeriesGroupBy aggregations Bug Categorical Categorical Data Type Groupby
CLN: remove CategoricalIndex.unique Categorical Categorical Data Type Index Related to the Index class or subclasses
COMPAT: add back dummy CategoricalBlock class Categorical Categorical Data Type Compat pandas objects compatability with Numpy or Python functions Internals Related to non-user accessible pandas implementation
PERF: Cache hashing of categories Categorical Categorical Data Type Performance Memory or execution speed performance
BUG: fix Categorical.astype for dtype=np.int32 argument Categorical Categorical Data Type Regression Functionality that used to work in a prior pandas version
ASV: add benchmarks for concatenating and appending of CategoricalIndex (GH38149) Benchmark Performance (ASV) benchmarks Categorical Categorical Data Type
Read hdf returns unexpected values for categorical Categorical Categorical Data Type IO HDF5 read_hdf, HDFStore
BUG: setting categorical values into object dtype DataFrame Bug Categorical Categorical Data Type Indexing Related to indexing on series/frames, not to indexes themselves
BUG: reindexing empty CategoricalIndex would fail if target had duplicates Bug Categorical Categorical Data Type Indexing Related to indexing on series/frames, not to indexes themselves
BUG: Datetimelike equality comparisons with Categorical Categorical Categorical Data Type Datetime Datetime data dtype Testing pandas testing functions or related to the test suite
Previous Next
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.