forked from jcrobak/parquet-python
-
-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Description
The imports here (and maybe in other places as well):
fastparquet/fastparquet/dataframe.py
Line 5 in 8767c2f
from pandas.core.index import CategoricalIndex, RangeIndex, Index, MultiIndex |
is deprecated now in pandas master (and it has also been private before). Those imports are simply available from the top-level namespace, so no need to import them from there.
Metadata
Metadata
Assignees
Labels
No labels