code icon indicating copy to clipboard operation
code copied to clipboard

Any fix to rpy2 not being compatible with pandas >1.0?

Open JeremyWhittaker opened this issue 5 years ago • 0 comments

/usr/local/lib/python3.6/dist-packages/rpy2/robjects/pandas2ri.py:14: 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 Index as PandasIndex /usr/local/lib/python3.6/dist-packages/rpy2/robjects/pandas2ri.py:34: UserWarning: pandas >= 1.0 is not supported. warnings.warn('pandas >= 1.0 is not supported.')

JeremyWhittaker avatar Sep 16 '20 19:09 JeremyWhittaker