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: replace pd.dataframe.append with pd.concat #13

Merged
merged 1 commit into from
Apr 6, 2023

Conversation

WenjieDu
Copy link
Owner

@WenjieDu WenjieDu commented Apr 5, 2023

Replace pd.dataframe.append with pd.concat to be compatible with pandas future versions.

This PR is to solve issue #12 raised by @lidamsoukaina

@WenjieDu WenjieDu mentioned this pull request Apr 5, 2023
@WenjieDu WenjieDu linked an issue Apr 5, 2023 that may be closed by this pull request
@WenjieDu WenjieDu marked this pull request as draft April 5, 2023 13:48
@WenjieDu WenjieDu marked this pull request as ready for review April 5, 2023 13:57
@lidamsoukaina
Copy link

issue resolved

@WenjieDu
Copy link
Owner Author

WenjieDu commented Apr 6, 2023

Great. Let's merge it.

@WenjieDu WenjieDu merged commit 99c3dd1 into master Apr 6, 2023
@WenjieDu WenjieDu deleted the fix_pd_frame_append_warning branch April 6, 2023 07:24
WenjieDu added a commit that referenced this pull request Jul 5, 2023
fix: replace pd.dataframe.append with pd.concat
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.

pd.concat
2 participants