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 from pandas #45

Closed
jennwuu opened this issue Jan 10, 2019 · 0 comments
Closed

future warning from pandas #45

jennwuu opened this issue Jan 10, 2019 · 0 comments

Comments

@jennwuu
Copy link
Contributor

jennwuu commented Jan 10, 2019

not sure what it means, but i get this warning when i try to use swmmio

Warning (from warnings module):
File "C:\Python37\lib\site-packages\swmmio\swmmio.py", line 289
all_nodes = pd.concat([juncs_df, outfalls_df, storage_df])
FutureWarning: Sorting because non-concatenation axis is not aligned. A future version
of pandas will change to not sort by default.

To accept the future behavior, pass 'sort=False'.

To retain the current behavior and silence the warning, pass 'sort=True'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants