Skip to main content
Glama

vizro-mcp

Official
by mckinsey

load_and_analyze_data

Load and analyze data from CSV, JSON, Excel, and other formats into a pandas DataFrame with detailed insights and metadata. Simplify data exploration for structured analysis.

Instructions

Load data from various file formats into a pandas DataFrame and analyze its structure.

Supported formats: - CSV (.csv) - JSON (.json) - HTML (.html, .htm) - Excel (.xls, .xlsx) - OpenDocument Spreadsheet (.ods) - Parquet (.parquet) Args: path_or_url: Local file path or URL to a data file Returns: DataAnalysisResults object containing DataFrame information and metadata

Input Schema

NameRequiredDescriptionDefault
path_or_urlYes

Input Schema (JSON Schema)

{ "properties": { "path_or_url": { "title": "Path Or Url", "type": "string" } }, "required": [ "path_or_url" ], "title": "load_and_analyze_dataArguments", "type": "object" }

You must be authenticated.

Other Tools from vizro-mcp

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mckinsey/vizro'

If you have feedback or need assistance with the MCP directory API, please join our Discord server