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

FutureWarning - plotTaxonomy #171

Open
Timo1B opened this issue Mar 14, 2023 · 0 comments
Open

FutureWarning - plotTaxonomy #171

Timo1B opened this issue Mar 14, 2023 · 0 comments

Comments

@Timo1B
Copy link

Timo1B commented Mar 14, 2023

/homes/tbaeuerl/ggmap/ggmap/snippets.py:449: FutureWarning: The default value of numeric_only in DataFrameGroupBy.sum is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.

counts_taxonomy = counts_taxonomy.reset_index().groupby(rank).sum()

/homes/tbaeuerl/ggmap/ggmap/snippets.py:702: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.

rank_counts = rank_counts.append(lowReadTaxa)

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