动物园地数据框架比较的标语
原文:pytest assert for pyspark dataframe comparison
原文:pytest assert for pyspark dataframe comparison
I have 2 pyspark dataframe as shown in file attached. expected_df and actual_df In my unit test I am trying to check if both are equal or not. for which my code is expected = map(lambda row: row....