8000 A small update to remove pd.append() warnings by aallahyar · Pull Request #279 · pyranges/pyranges · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A small update to remove pd.append() warnings #279

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

Merged
merged 1 commit into from
Dec 8, 2022
Merged

A small update to remove pd.append() warnings #279

merged 1 commit into from
Dec 8, 2022

Conversation

aallahyar
Copy link
Contributor

Panda pd.append() is deprecated. You may see the corresponding announcement here:

I simply replaced this function with pd.concat() which is now recommended.
The result will be identical, but without a warning.

Panda pd.append() is deprecated, see [here](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.append.html):

I replaced it with pd.concat() which is now recommended.
@endrebak
Copy link
Collaborator
endrebak commented Oct 19, 2022 via email

@endrebak endrebak merged commit 30c2592 into pyranges:master Dec 8, 2022
@endrebak
Copy link
Collaborator
endrebak commented Dec 8, 2022

Thanks for the PR :D

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.

2 participants
0