Niels Bantilan

Results 179 issues of Niels Bantilan

Hi! First of all I'm a big fan of the library 🎉, I've been using it myself from its early days to now. **Missing functionality** [pandera](https://pandera.readthedocs.io/en/stable/) is a data validation...

https://returns.readthedocs.io/ Use case: for the `model.SchemaModel` class, we want to be able to support higher kinded types in methods e.g. the `validate` method, such that it can return type-varying generics...

**Is your feature request related to a problem? Please describe.** Currently, pandera schemas are stateless: the schema only validates based on rules that are fully defined in code. This is...

enhancement

**Is your feature request related to a problem? Please describe.** The problem statement here is the same as the one articulated in #420 **Describe the solution you'd like** Support the...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** Pandas does not natively support a dtype representation for collections like lists, dicts, sets, and iterables. For these types the...

enhancement

**Is your feature request related to a problem? Please describe.** Extending pandera to non-pandas dataframe-like structures is a challenge today because the schema and schema component class definitions are strongly...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, strategies are limited by the `hypothesis.extras.pandas` convention of how to define a dataframe. Namely, the strategy used to generate...

enhancement
help wanted

There are now 257 pylint disable / skip exceptions throughout the codebase. Unfortunately, it seems like my coding style (at least the one reflected in the `pandera` project) doesn't really...

infrastructure
testing

**Describe the bug** FYI @jeffzi @dineshkumar-23 The bug is clearly described [here](https://github.com/pandera-dev/pandera/discussions/807). Basically, since `str` dtype arrays are translated to a numpy object arrays, any object can exist within such...

bug