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

Resolve FutureWarning DataFrame.interpolate with object dtype is deprecated #506

Open
berland opened this issue Nov 22, 2024 · 0 comments
Open

Comments

@berland
Copy link
Collaborator

berland commented Nov 22, 2024

Running res2csv satfunc DECK.DATA

yields a lot of the warning:

/prog/res/komodo/2024.11.02-py311-rhel8/root/lib64/python3.11/site-packages/res2df/satfunc.py:159: FutureWarning: DataFrame.interpolate with object dtype is deprecated and will raise in a future version. Call obj.infer_objects(copy=False) before interpolating instead.
  .interpolate(method="index", limit_area="inside")

This is with Pandas 2.2.3

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