pandera.schemas.DataFrameSchema.from_json#

classmethod DataFrameSchema.from_json(source)[source]#

Create DataFrameSchema from json file.

Parameters

source – str, Path to json schema, or serialized yaml string.

Return type

ForwardRef

Returns

dataframe schema.