summarize_parquet_file
Analyze Parquet file dimensions by summarizing the count of rows and columns. Quickly assess file structure for efficient data processing on the MCP Mix Server.
Instructions
Summarise a Parquet file by reporting its number of rows and columns.
Args: filename (str): Name of the Parquet file in the /data directory.
Returns: str: A string describing the file's dimensions.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filename | Yes |