DataFrame Verification
API
This method creates and runs test cases for the provided PySpark dataframe transformation function. The result is shown in the logging output. The mthod returnsTrue
if tranformation is valid, otherwise it returns False
and logs errors.
Example
Given a DataFrame auto_df
from Data Ingestion:
result: True