Niels Bantilan

Results 179 issues of Niels Bantilan

**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 to support this, with...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, pandera `SchemaError` and `SchemaErrors` are geared towards the debugging workflow, which is useful when trying to figure out what's...

enhancement

To help users understand the utility of this library, it's always useful to have informative tutorials in the documentation to illustrate how one can use it in various scenarios. This...

help wanted
good first issue
docs
scipy 2021

#### Location of the documentation https://pandera.readthedocs.io/en/stable/checks.html #### Documentation problem An important piece of functionality is that `ignore_na=True` in a Check will ~~drop~~ _edit: ignore_ elements with nulls (for columns) and...

good first issue
docs
scipy 2021

the pandera ASV benchmarks are maintained in this repo: https://github.com/pandera-dev/pandera-asv-logs. Currently, these need to be built manually given the instructions in the README. The purpose of this issue is to...

help wanted
infrastructure
scipy 2021

**Is your feature request related to a problem? Please describe.** Pandera's current schema inference routine is pretty basic, and while it would be good to improve this implementation, it would...

enhancement
scipy 2021

**Is your feature request related to a problem? Please describe.** Currently, trying out pandera requires installing it in some environment locally. It would be nice to be able to quickly...

enhancement
good first issue
docs
scipy 2021

**Is your feature request related to a problem? Please describe.** Based on the discussion in https://github.com/ericmjl/pyjanitor/issues/703 and https://github.com/pandera-dev/pandera/issues/249 with @ericmjl and @UGuntupalli, one of the ideas to come out of...

enhancement

**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...

bug
continuous integration

**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. - ~~[ ] I...

bug
help wanted
continuous integration