Check Series Equals Series
Validates that a student's Pandas Series exactly equals the expected Series.
| Device Type |
|---|
| Jupyter |
Variables:
| Variable Name | Variable Description | Type | Required? | Default |
|---|---|---|---|---|
series_name | The name of the student's Pandas Series variable. | str | Yes | |
expected_series | The expected Pandas Series. For literal tests, supply as a string that evaluates to a Series (e.g., "pd.Series([1,2,3])"). | any | Yes |