Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fastparquet 0.3.2, Pandas 1.0.0 deprecation warnings, RangeIndex #477

Open
apiszcz opened this issue Jan 20, 2020 · 3 comments
Open

fastparquet 0.3.2, Pandas 1.0.0 deprecation warnings, RangeIndex #477

apiszcz opened this issue Jan 20, 2020 · 3 comments

Comments

@apiszcz
Copy link

apiszcz commented Jan 20, 2020

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\
@hochreitercorpuls
Copy link

actually it's more:

fastparquet/writer.py:656: FutureWarning: RangeIndex._stop is deprecated and will be removed in a future version. Use RangeIndex.stop instead

@benjub
Copy link

benjub commented Feb 4, 2020

I also got:

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

@martindurant
Copy link
Member

Missed the latter point, ut otherwise fixed in #479

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants