Bernardo Galvao
11/21/2022, 8:46 AMpandera.infer_schema
. Now, I want to build a model inference server with fastapi. The thing is, I have no way of converting DataFrameSchema
to SchemaModel
, so that it can be used with FastAPI and have nicely generated Swagger UI docs.
Can anyoone help me convert DataFrameSchema
to SchemaModel
? Or get to a solution to use with FastAPI?Samhita Alla
Niels Bantilan
11/21/2022, 2:18 PMKetan (kumare3)