Future warning running SLC community app notebook #320
Labels
1storypoint
Less than two hours of work, requiring only email communication
bug
Something isn't working
Milestone
/var/folders/n7/f2s77n1d19q5czp_f7nj6_p40000gp/T/ipykernel_70159/1246717725.py:2: FutureWarning: The provided callable is currently using DataFrameGroupBy.sum. In a future version of pandas, the provided callable will be used directly. To keep current behavior pass the string "sum" instead.
pd.crosstab(df['ownershp'], df['dislocated'], df['numprec'], aggfunc = sum,
/var/folders/n7/f2s77n1d19q5czp_f7nj6_p40000gp/T/ipykernel_70159/1246717725.py:2: FutureWarning: The provided callable is currently using DataFrameGroupBy.sum. In a future version of pandas, the provided callable will be used directly. To keep current behavior pass the string "sum" instead.
pd.crosstab(df['ownershp'], df['dislocated'], df['numprec'], aggfunc = sum,
/var/folders/n7/f2s77n1d19q5czp_f7nj6_p40000gp/T/ipykernel_70159/1246717725.py:2: FutureWarning: The provided callable is currently using DataFrameGroupBy.sum. In a future version of pandas, the provided callable will be used directly. To keep current behavior pass the string "sum" instead.
pd.crosstab(df['ownershp'], df['dislocated'], df['numprec'], aggfunc = sum,
The text was updated successfully, but these errors were encountered: