I am doing 2 pandas dataframe comparison and this is where my assertion is failing.
pd.testing.assert_frame_equal
This is the assertion error
E AssertionError: DataFrame.iloc[:, 8] (column name="xxxxx") are different
E
E DataFrame.iloc[:, 8] (column name="xxxxx") values are different (50.0 %)
E [left]: [143455434, None]
E [right]: [143455434, None]
Both left and right are same still it is giving error. Both columns are object types