-
**Describe the bug**
When using `@check_types` with a `SchemaModel` that has `coerce=True` set as the config, the output dataframe is not coerced to the specified types.
- [X] I have checked tha…
-
**Describe the bug**
When creating a `SchemaModel`, if it only contains `dataframe_check`s then the `to_schema` function fails when it tries to take `vars(config)`.
- [x] I have checked that this …
-
我这里有一个通用的需求,比如证件类型为“身份证”时,才对身份证进行合法性校验,这个时候我应该怎么做呢?
-
**Describe the bug**
When attaching global dataframe checks to either `SchemaModel` or `DataFrameSchema`, the `to_yaml` call silently drops those checks.
- [x] I have checked that this issue has …
-
**Describe the bug**
I'm trying to validate a data frame that contains null values in an integer column. However, I'm encountering a `SchemaError` when validating the data, even after specifying `nul…
-
I'm getting an exception building the dacpac. It looks like it's an error while calling a library by reflection.
Any idea how to dive into this and fix or workaround it?
```
2> dotnet "C:\Us…
knoxi updated
3 years ago
-
**Is your feature request related to a problem? Please describe.**
I'm a huge fan of the *SchemaModel* approach implemented in pandera, but I often want to add a description to each *Field* to furthe…
-
First of all, thank you for your work on this awesome library. Both the SchemaModel and especially the new Data Synthesis Strategies are so cool :)
**Is your feature request related to a problem? P…
-
First off, thanks for creating a tremendously useful project!
**Describe the bug**
When using a *CategoricalDtype* in my schema model and set of *categories*, I thought pandera would validate t…
-
**Describe the bug**
`pa.SchemaModel` is not able to use custom checks.
- [*] I have checked that this issue has not already been reported.
- [*] I have confirmed this bug exists on the latest v…