-
When the script below is executed,
Then I would have expected an error that "revenue_WRONG" does not conform to the OutputSchema.
However, no error is raised using pandera 0.10.1 and python 3.8.10.
…
-
**Describe the bug**
Schema with coerced, nullable dates choke when the entire column is `NaT` values
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed th…
-
###### Which version and edition of Flyway are you using?
Flyway CLI - Enterprise Edition 10.18.2
###### If this is not the latest version, can you reproduce the issue with the latest one as wel…
-
I have a weird case I cannot make sense of:
I am trying to insert an unsigned int value into a MySQL table into a column of type unsigned int.
`commands.execute(query, schemaModel)`
where schem…
-
**Is your feature request related to a problem? Please describe.**
Currently, the `pandas_dtype_strategies` function in #314 doesn't handle categorical data types. To be feature-complete, we'd want…
-
## Problem
Investigating adding [Decimal](https://www.prisma.io/docs/reference/api-reference/prisma-schema-reference#decimal) support for https://github.com/RobertCraigie/prisma-client-py.
T…
-
### Discussed in https://github.com/unionai-oss/pandera/discussions/907
Originally posted by **davidandreoletti** August 8, 2022
Assuming a pedantic like class declaration with:
```
class…
-
**Is your feature request related to a problem? Please describe.**
I want to use the Python typing, with *mypy* or *pytype*.
I want to declare a Schema and a New Type.
With `My_type = pa.typing.D…
-
#### How to properly extend pandas_engine.DataType
Hi! I'm trying to use pandera with [GeoPandas](https://geopandas.org/en/stable/) - I think all I should need to do to make it work is add support …
-
**Describe the bug**
A clear and concise description of what the bug is.
- [ x] I have checked that this issue has not already been reported.
- [ x] I have confirmed this bug exists on the latest…