pydqc icon indicating copy to clipboard operation
pydqc copied to clipboard

python automatic data quality check toolkit

Results 23 pydqc issues
Sort by recently updated
recently updated
newest added
trafficstars

Fix: Using pandas to get uniques of sample_data in infer_schema. Using numpy could lead to an error when selecting uniques of string data series

This is a great tool! But I am facing some errors: I think the openpyxl is causing issues. How to fix this? Details: File "", line 1, in data_summary.data_summary(table_schema=data_schema, table=df,...

bug