-
**Describe the bug**
```
{'constraint_name': "ComplianceConstraint(Compliance('column' has value range 'A', 'B' for at least 90.0% of values,`state` IN ('A', 'B'),None))",
'column_name': 'colum…
-
**Describe the bug**
I am running the basic_example.ipynb notebook locally from my laptop and get the following error (TypeError: an integer is required (got type bytes).
**To Reproduce**
1. Laun…
-
We are trying to use python-deequ in glue spark job with `--additional-python-modules pydeequ==0.1.5` and code im trying to execute is below
```
import sys
from awsglue.transforms import *
from…
-
**Is your feature request related to a problem? Please describe.**
Hey guys! Thanks for the amazing lib! I'm just wondering where the `.hasPattern` method will be available? We are giving the lib a…
-
I have a requirement when I need to implement Data quality check as a part of ETL pipeline.
I am thinking of using Amazon Deequ library instead of writing from the scratch. I see the documentation fo…
-
I ran below mentioned code in Jupyter Notebook which is hosted on jupytor hub enviornment as container:
from pydeequ.repository import *
from pydeequ.analyzers import *
metrics_file = FileSyste…
-
**Describe the bug**
When KLL is enabled for profiling to calculate percentile quantiles, if a column is all null values (completeness = 0), the conversion of the quantile percentiles fails from java…
-
**Describe the bug**
On page:
https://pydeequ.readthedocs.io/en/latest/README.html#repository
This link is incorrect:
https://github.com/awslabs/python-deequ/blob/master/CONTRIBUTING
should …
-
**Describe the bug**
Trying the lib on jupyter notebook, the example from quickstart. When trying to compute Uniqueness or UniqueValueRation facing java exception 'Method iterableAsScalaIterable([cl…
ol-eg updated
3 years ago
-