You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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.
/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.
/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)
The text was updated successfully, but these errors were encountered: