Is your feature request related to a problem? Please describe.
I'd like the ability to get the row level results of VerificationResult. This is critical for quarantining rows with dq issues. Deequ exposes this through VerificationResult.rowLevelResultsAsDataFrame. Are there plans to add this to pydeequ?
Describe the solution you'd like
pydeequ has a parity method with deequ for VerificationResult.rowLevelResultsAsDataFrame
Describe alternatives you've considered
The work around is to create a custom method to extract this via JVM bridge though issues like #234 highlight fragility
Additional context
There are a few open issues around this topic dating back to 2023.
#129
#223
#224
#225
#234
Is your feature request related to a problem? Please describe.
I'd like the ability to get the row level results of VerificationResult. This is critical for quarantining rows with dq issues. Deequ exposes this through VerificationResult.rowLevelResultsAsDataFrame. Are there plans to add this to pydeequ?
Describe the solution you'd like
pydeequ has a parity method with deequ for VerificationResult.rowLevelResultsAsDataFrame
Describe alternatives you've considered
The work around is to create a custom method to extract this via JVM bridge though issues like #234 highlight fragility
Additional context
There are a few open issues around this topic dating back to 2023.
#129
#223
#224
#225
#234