You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add fixture for empty DataFrame and parameterize repr_html test
- Introduced `empty_df` fixture to create an empty RecordBatch with the same schema as existing DataFrames.
- Parameterized `test_dataframe_repr_html` to test multiple DataFrame scenarios, including the new empty DataFrame.
- Updated assertions to ensure correct HTML representation for both empty and non-empty DataFrames.
0 commit comments