-
Hi,
I think that It's would be very convenient to support [pydantic types](https://pydantic-docs.helpmanual.io/usage/types/) in pandera, since pandera and pydantic and used together very often. Wha…
-
- Azure Data Studio Version: 1.13.1
SQL Server Schema Compare 1.0.0
When comparing two databases, I have selected the "Ignore Permissions" option, but differences are still flagged, and the only …
-
Validation for an index of type "category" fails starting from version `0.8.0`
**Minimal reproducible example**
```
import pandas as pd
import pandera as pa
class Schema(pa.SchemaModel):
…
-
Hello everyone :wave:
Some have been wondering if this project is dead (#593 #418).
No it's not but maintaining an open-source requires some time (at least). As a consequence, I added some mainta…
-
OAS 3.1 is removing nullable from the specification for the JSON schemas in favor of using the JSON-schema way which is
```json
{ "type": ["string", "null"] }
```
```json
{ "oneOf": [ { "type": "…
-
I'm generating a bacpac file from a SQL Azure hosted database (compatibility level SQL Server 2017) and restoring it to a SQL Server localdb instance. This was working fine, but then I upgraded my loc…
-
```
[./egret/code/electron-main/main.ts] 4.83 KiB {main} [built]
[./egret/exts/exml-exts/exml/common/project/parsers/core/commons.ts] 5.54 KiB {egret/workbench/electron-browser/bootstrap/index} {egr…
-
**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…
-
**Describe the bug**
(I'm not exactly sure if this is better placed as a bug, enhancement or question, it's kind of a mix)
I think this is easiest explained by example, but there is an issue where…
-
**Is your feature request related to a problem? Please describe.**
I would like to be able to make a different check on a column depending on the value of another column.
I have currently the foll…