We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Via: http://agate.readthedocs.io/en/1.6.0/api/data_types.html
All:
Actual: null_values = ('', 'na', 'n/a', 'none', 'null', '.') Desired: null_values = ('null')
Boolean:
Actual: true_values = ('yes', 'y', 'true', 't', '1') false_values = ('no', 'n', 'false', 'f', '0') null_values = ('', 'na', 'n/a', 'none', 'null', '.') Desired: true_values = ('true') false_values = ('false') null_values = ('null')
TimeDelta
This would be a breaking change, so I think it's something we ought to do sooner rather than later.
The text was updated successfully, but these errors were encountered:
document the heck out of it
Sorry, something went wrong.
Merge pull request #905 from fishtown-analytics/agate-less-aggressive…
4459c0d
…-inference Agate less aggressive inference (#861)
fixed in #905
beckjake
No branches or pull requests
Via: http://agate.readthedocs.io/en/1.6.0/api/data_types.html
All:
Boolean:
TimeDelta
This would be a breaking change, so I think it's something we ought to do sooner rather than later.
The text was updated successfully, but these errors were encountered: