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

Arrow parse warnings #28

Closed
Joe-Heffer-Shef opened this issue Apr 1, 2021 · 1 comment
Closed

Arrow parse warnings #28

Joe-Heffer-Shef opened this issue Apr 1, 2021 · 1 comment
Assignees

Comments

@Joe-Heffer-Shef
Copy link
Contributor

Joe-Heffer-Shef commented Apr 1, 2021

Arrow ArrowParseWarning: The .get() parsing method without a format string will parse more strictly in version 0.15.0
arrow-py/arrow#612

@Joe-Heffer-Shef Joe-Heffer-Shef changed the title Arrow ArrowParseWarning: The .get() parsing method without a format string will parse more strictly in version 0.15.0 Arrow parse warnings Apr 1, 2021
@Joe-Heffer-Shef
Copy link
Contributor Author

import arrow.factory

# Ignore Arrow warnings
# https://github.com/rcgsheffield/urban_flows/issues/28
warnings.simplefilter('ignore', arrow.factory.ArrowParseWarning)

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

No branches or pull requests

1 participant