Skip to content

Commit be4e3eb

Browse files
committed
fixup! REF: Created pandas.core.arrays
1 parent da376b5 commit be4e3eb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

pandas/compat/pickle_compat.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,11 @@ def load_reduce(self):
108108
('pandas.tseries.index', 'DatetimeIndex'):
109109
('pandas.core.indexes.datetimes', 'DatetimeIndex'),
110110
('pandas.tseries.period', 'PeriodIndex'):
111-
('pandas.core.indexes.period', 'PeriodIndex')
111+
('pandas.core.indexes.period', 'PeriodIndex'),
112+
113+
# 19269, arrays moving
114+
('pandas.core.categorical', 'Categorical'):
115+
('pandas.core.arrays', 'Categorical'),
112116
}
113117

114118

pandas/core/categorical.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)