mcp-server-data-exploration
load_csv
Load CSV File Tool
Purpose: Load a local CSV file into a DataFrame.
Usage Notes: • If a df_name is not provided, the tool will automatically assign names sequentially as df_1, df_2, and so on.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
csv_path | Yes | ||
df_name | No |