You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib\fastparquet\writer.py:655: FutureWarning: RangeIndex._start is deprecated and will be removed in a future version. Use RangeIndex.start instead
index_cols = [{'name': index_cols.name, 'start': index_cols._start,
lib\fastparquet\writer.py:656: FutureWarning: RangeIndex._step is deprecated and will be removed in a future version. Use RangeIndex.step instead
'stop': index_cols._stop, 'step': index_cols._step,
Traceback (most recent call last):
File "lib\_man\
The text was updated successfully, but these errors were encountered:
fastparquet/dataframe.py:5: FutureWarning: pandas.core.index is deprecated and will be removed in a future version. The public classes are available in the top-level namespace.
from pandas.core.index import CategoricalIndex, RangeIndex, Index, MultiIndex
The text was updated successfully, but these errors were encountered: