Check Dataframe Equals Dataframe
Ensures two Pandas DataFrames are equal.
| Device Type |
|---|
| Jupyter |
Variables:
| Variable Name | Variable Description | Type | Required? | Default |
|---|---|---|---|---|
df_name | The name of the student's DataFrame variable. | str | Yes | |
expected_df | The expected DataFrame. For literal tests, supply as a string that evaluates to a DataFrame (e.g. pd.DataFrame({...})). | any | Yes |