load-csv
Import CSV files into DataFrames for analysis using the Claude MCP Data Explorer. Specify the file path and optional DataFrame name to organize and process data efficiently.
Instructions
Load a CSV file into a DataFrame for analysis
Input Schema
Name | Required | Description | Default |
---|---|---|---|
csv_path | Yes | Path to the CSV file to load | |
df_name | No | Name for the DataFrame (optional, defaults to df_1, df_2, etc.) |