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 FutureWarning from Pandas #238

Merged
merged 2 commits into from Oct 1, 2022
Merged

Fix FutureWarning from Pandas #238

merged 2 commits into from Oct 1, 2022

Conversation

GianArauz
Copy link
Contributor

The get_df() function from uniprot module uses the pandas method df.append(), which is deprecated and will be removed from pandas in the future.

I changed df.append() with pd.concat() to fix the FutureWarning.

GianArauz and others added 2 commits September 27, 2022 14:14
The `get_df()` function from `uniprot` module uses the pandas method `df.append()`, which is deprecated and will be removed from pandas in the future.

I changed `df.append()` with `pd.concat()` to fix the FutureWarning.
@cokelaer cokelaer merged commit 6bb04cf into cokelaer:main Oct 1, 2022
@cokelaer
Copy link
Owner

cokelaer commented Oct 1, 2022

@GianArauz thanks, I have merged your PR. Will be in next release of bioservices

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.

None yet

2 participants