load_file
Load CSV or XLSX files into DataFrames for data analysis. Specify sheet names for XLSX files and customize DataFrame names as needed.
Instructions
Load Data File Tool
Purpose: Load a local CSV or XLSX 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. • For XLSX files, you can specify the sheet_name. If not provided, the first sheet will be loaded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| df_name | No | ||
| sheet_name | No |