-
Notifications
You must be signed in to change notification settings - Fork 41
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
'delim_whitespace' will be depreciated #221
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting a warning:
FutureWarning: The 'delim_whitespace' keyword in pd.read_csv is deprecated and will be removed in a future version. Use
sep='\s+'
insteadChange needed in
swmmio\utils\dataframes.py:107
swmmio\utils\dataframes.py:167
swmmio\utils\text.py:265
The text was updated successfully, but these errors were encountered: