FailureInfo#
- class dataframely.FailureInfo[source]
A container carrying information about rows failing validation in
Schema.filter().
Inspection#
The rows of the original data frame containing the invalid rows. |
|
The number of validation failures for each individual rule. |
|
The number of validation failures per co-occurring rule validation failure. |
|
I/O#
|
Write the failure info to a parquet file. |
|
Stream the failure info to a parquet file. |
|
Read a parquet file with the failure info. |
|
Lazily read a parquet file with the failure info. |
|
Write the failure info to a delta lake table. |
|
Read a delta lake table with the failure info. |
|
Lazily read a delta lake table with the failure info. |