Check Series Length Greater Than N
Validates that a student's Pandas Series has more than n elements.
| Device Type |
|---|
| Jupyter |
Variables:
| Variable Name | Variable Description | Type | Required? | Default |
|---|---|---|---|---|
series_name | The name of the student's Pandas Series variable. | str | Yes | |
n | The integer threshold; the Series must have more than n elements. | int | Yes |