get_info
Retrieve column dtypes, non-null counts, and memory usage for a dataframe. Use to verify column names when a tool reports 'column not found'.
Instructions
Get column dtypes, non-null counts, and memory usage for the dataframe. Similar to pandas df.info() output. Check column types and non-null counts. Run when a tool reports 'column not found' to verify names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| df_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |