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

Upgrade pandas to version 3.0 #867

Open
paolafer opened this issue Mar 14, 2024 · 0 comments
Open

Upgrade pandas to version 3.0 #867

paolafer opened this issue Mar 14, 2024 · 0 comments

Comments

@paolafer
Copy link
Collaborator

I would like to propose we update pandas to 3.0, since I often get warnings such as

Screenshot 2024-03-14 at 15 49 59

whenever I try to add a column to a dataframe as df['new_column'] = something. To my understanding, this warning is, in most of the cases I have to deal with, unnecessary, but, still, to be on the safe side, I use insert, instead, which makes the code less readable.

According to the documentation, the problem causing the warning should disappear with version 3.0 of pandas.
Let me know what you think.

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