-
When running PyDeeQu tutorial in the readme.md on Google Colab environment, cell fails with output:
+------+--------+----+-----+
|entity|instance|name|value|
+------+--------+----+-----+
+------…
-
Please create an example for Holtwinters anomaly detection algo usage in pydeequ
-
When i try to use a dict of column in setPredefinedTypes(column_dict) pydeequ send "An error occurred while calling o97.run. java.lang.String cannot be cast to scala.Enumeration$Value"
dict example…
-
This feature is not available in pydeequ 0.1.8
_Originally posted by @Sankeernalk in https://github.com/awslabs/python-deequ/issues/39#issuecomment-884684651_
-
![image](https://user-images.githubusercontent.com/43674059/111792852-49cd7c80-888a-11eb-9c95-6443065e0a42.png)
I am using the supermarket_sales.csv
import pydeequ
from pydeequ.analyzers impo…
-
When I execute "./gradlew :metadata-ingestion:installDev", I failed.
My Dev Env:
Centos 7 or 8. In both of them I can't build successfully in several days.
OpenJDK8U-jdk_x64_linux_hotspot_8u322…
-
Hi, I have tried installing the deequ jar(deequ-1.0.5.jar) on databricks cluster and trying to use it as custom library to use the functions for data validation, however when I tried to use pydeequ mo…
-
**Is your feature request related to a problem? Please describe.**
When executing VerificationSuite, I need to list down all the constraints I need to check one by one. There should be a way to regis…
-
**Description:**
Profile contains incorrect types and rejected columns.
**Reproduction:**
```python
import datetime
import pandas
import pandas_profiling
df = pandas.DataFrame({
"t…
-
The documentation says the function receives "hint" as a parameter, but it doesnt. : https://github.com/awslabs/python-deequ/blob/522f9bfb3bec994ab77a37788409ab35153810d0/pydeequ/checks.py#L736
```…