Skip to content

RangeIndex._start deprecated #762

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

Closed
tseppelt opened this issue May 7, 2020 · 0 comments
Closed

RangeIndex._start deprecated #762

tseppelt opened this issue May 7, 2020 · 0 comments

Comments

@tseppelt
Copy link

tseppelt commented May 7, 2020

When passing a pandas data frame from Python to R I get the following warnings:

sys:1: FutureWarning: RangeIndex._start is deprecated and will be removed in a future version. Use RangeIndex.start instead
sys:1: FutureWarning: RangeIndex._stop is deprecated and will be removed in a future version. Use RangeIndex.stop instead
sys:1: FutureWarning: RangeIndex._step is deprecated and will be removed in a future version. Use RangeIndex.step instead

I'm wondering whether this is because of ll. 316-318 in R/conversion.R.

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

1 participant