-
Hi,
In my application I would like to generate models for marshalling from JSON schema. The problem I run across is that flask-restplus does not seem to be aware of the whole JSONSchema spec. Speci…
-
```
def check_str_splcharacter():
"""Checking the string contains special characters"""
regex = re.compile(r"^[a-zA-Z0-9]*$")
return regex
class samplefile(pa.SchemaModel):
T…
-
**Describe the bug**
FutureWarning is raised for conversions of timezone-naive to timezone aware datetime when using `model.example()`:
```
FutureWarning: Using .astype to convert from timezone…
-
**Is your feature request related to a problem? Please describe.**
The `DataFrame Model` doesn't support declare group of column using `Column Regex Pattern Matching` like the `DataFrame Schema` has …
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Using the JSON Schema example (http://flask-restplus.readthedocs.io/en/stable/marshalling.html#define-model-using-json-schema)
Address object looks like it's recognized but not much more. This is o…
-
### What's the use case?
I am using pandera schemas to explicitly model the outputs of my asset tables but the pandera DagsterType enforces the data frame is a pandas data frame. My dataframe is a pa…
-
**Describe the bug**
I have a function which I am checking with `pa.check_types`. The output type is not _only_ a dataframe schema, but has these types nested, like `Dict[str, pa.typing.DataFrame[S…
-
Enjoying the Pandera package a lot!
I was wondering if a possibility for column metadata could be added?
A clear example would be validating units of measurements. For instance, in a transformat…
-
### Problem Description
Nice project; thanks for your work! When using a [wide check](https://pandera.readthedocs.io/en/stable/checks.html#wide-checks), it would be nice to be able to restrict the fa…