data_count
Calculate non-null element counts for each column in a dataset. Use the MCP Data Wrangler server tool to streamline data preprocessing and ensure accurate data analysis.
Instructions
Number of non-null elements for each column
Input Schema
Name | Required | Description | Default |
---|---|---|---|
input_data_file_path | No | Path to the input data file |
Input Schema (JSON Schema)
{
"properties": {
"input_data_file_path": {
"description": "Path to the input data file",
"type": "string"
}
},
"type": "object"
}