unionai-oss / pandera

A light-weight, flexible, and expressive statistical data testing library

Home Page:https://www.union.ai/pandera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include drop_invalid_rows attribute in deserialization from_json()

Nico-VC opened this issue · comments

Is your feature request related to a problem? Please describe.
drop_invalid_rows attribute is not included when DataFrameSchema is deserialized when using from_json

Describe the solution you'd like
Include drop_invalid_rows attribute to pandera.io.deserialize_schema() for DataFrameSchema

Describe alternatives you've considered
Currently manually setting drop_invalid_rows to True even though json schema specifies this.