serialbandicoot/great-assertions

Add expect_frame_equals

Closed this issue · 0 comments

Pandas currently has a method to assert two DataFrames are the same, which also provides some supportive methods to give the comparison more flexibility.

GA should initially create an expectation, which can compare two DataFrames including the ability to ignore type checking and index.

Tasks

  • expect_frame_equals PySpark and Pandas
  • ignore index
  • ignore types e.g. int32 vs int64