pub fn parse_dataframe_schema(json: &Value) -> Result<Schema, ProtocolError>Expand description
Parse a pandera-style DataFrame schema JSON into a Schema.
Expects a JSON object with columns (object mapping names to column defs)
and optional index array.
ยงErrors
Returns ProtocolError if the JSON is invalid.