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

Fix breaking changes from pandas v2 #2935

Merged
merged 1 commit into from
Apr 4, 2023
Merged

Fix breaking changes from pandas v2 #2935

merged 1 commit into from
Apr 4, 2023

Conversation

janosh
Copy link
Member

@janosh janosh commented Apr 4, 2023

Closes #2914.

Replace calls to df.append() with pd.concat() and df.iteritems() with df.items().

@janosh janosh enabled auto-merge April 4, 2023 01:31
@janosh janosh merged commit cdeb0e6 into master Apr 4, 2023
@janosh janosh deleted the pandas-v2-fixes branch April 4, 2023 01:50
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

Successfully merging this pull request may close these issues.

Pandas v2 tracking issue
1 participant