Check Dataframe Shape
Ensures that a student's DataFrame has an expected number of rows and columns.
| Device Type |
|---|
| Jupyter |
Variables:
| Variable Name | Variable Description | Type | Required? | Default |
|---|---|---|---|---|
df_name | The name of the student's DataFrame variable. | str | Yes | |
expected_rows | The expected number of rows in the DataFrame. | int | Yes | |
expected_cols | The expected number of columns in the DataFrame. | int | Yes |