Testing full DataFrames
The schema matches, and the values are right. Now run the full row-by-row check that confirms actual and expected are equivalent down to every cell.
actual, expected, and assert_frame_equal are preloaded.
Este exercicio faz parte do curso
Scaling and Optimizing Data Pipelines with Polars
Instruções do exercicio
- Assert that the full
actualandexpectedDataFrames match.
exercicio interativo prático
Tente este exercicio completando este código de exemplo.
# Full-frame equality assertion
____(actual, expected)
print("Frame assertion passed.")
print(actual)