-
**Describe the bug**
When I do a `SchemaModel.validate` on a PySpark pandas_api dataframe, string values are coerced into NaN. This happens when the column in the schema is defined as `Column(int)`,…
-
I've created custom validators with the 0.1-beta.2 version and I wanted to update to the latest version (0.2-beta.5). The validation system changed a lot and I can't figure it out how to write a custo…
-
In instances where the DataFrame has column names with any arbitrary value, but the index of the column is used it would be nice with a way to refer to these columns by index instead of name when crea…
-
After creating an JSON Schema model and using it on api.expect(, strict=True). It would only allow fields that are on the schema model and throw error if other args are sent. Similar to "... parse_ar…
-
A system needs to be created that allows to provide one or more examples with their metadata without adding bulk to the minimal configuration.
-
### Description
When running the example notebooks provided by the `recommenders` library, specifically when executing the following import statement:
```python
from recommenders.datasets imp…
-
When defining a schema model as follows I would love to see the description occur in the FastAPI openapi.json / Swagger UI:
```
class InputSchema(pa.SchemaModel):
year: Series[int] = pa.Field(d…
-
**Describe the problem to be solved**
Created OpenAPI code generator using ReDoc. It generates TypeScript, Axios api client, JSON Schema etc. We want to publish it to npm as OSS, but I can't remove d…
-
**Is your feature request related to a problem? Please describe.**
Pandera schemas currently do not allow for attaching user-defined tags to it at the component level (columns, indexes) of a schema…
-
**Is your feature request related to a problem? Please describe.**
The problem here is similar to https://github.com/unionai-oss/pandera/issues/1029, but this issue addresses attaching arbitrary me…