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
allow_missing=True
Probably related #5 and #13, I can't set allow_missing=True on a column that is of a numeric type, then run a InRangeValidation on that column. I get the error raise AttributeError("Can only use .str accessor with string " AttributeError: Can only use .str accessor with string values, which use np.object_ dtype in pandas at https://github.com/TMiguelT/PandasSchema/blob/1742791a8e6fa22380d6f49693148de99fd7ec5d/pandas_schema/validation.py#L87
InRangeValidation
raise AttributeError("Can only use .str accessor with string " AttributeError: Can only use .str accessor with string values, which use np.object_ dtype in pandas
The text was updated successfully, but these errors were encountered:
shows my error case: #15
Sorry, something went wrong.
Closed by #15
No branches or pull requests
Probably related #5 and #13, I can't set
allow_missing=True
on a column that is of a numeric type, then run aInRangeValidation
on that column.I get the error
raise AttributeError("Can only use .str accessor with string " AttributeError: Can only use .str accessor with string values, which use np.object_ dtype in pandas
at https://github.com/TMiguelT/PandasSchema/blob/1742791a8e6fa22380d6f49693148de99fd7ec5d/pandas_schema/validation.py#L87The text was updated successfully, but these errors were encountered: