get_shape
Retrieve row and column counts for any dataframe. Use after filtering or dropping to verify data loss.
Instructions
Get the number of rows and columns in the dataframe. Quick dimension check. Always run after filtering or dropping to verify not too many rows lost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| df_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |