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

Future warning running SLC community app notebook #320

Open
longshuicy opened this issue Dec 12, 2023 · 0 comments
Open

Future warning running SLC community app notebook #320

longshuicy opened this issue Dec 12, 2023 · 0 comments
Labels
1storypoint Less than two hours of work, requiring only email communication bug Something isn't working
Milestone

Comments

@longshuicy
Copy link
Member

/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,

@longshuicy longshuicy added the bug Something isn't working label Dec 12, 2023
@longshuicy longshuicy added this to the 4.9.0 milestone Dec 12, 2023
@longshuicy longshuicy added the 1storypoint Less than two hours of work, requiring only email communication label Dec 12, 2023
@navarroc navarroc modified the milestones: 4.9.0, backlog Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1storypoint Less than two hours of work, requiring only email communication bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants