get_schema
Retrieve the column names and data types of a CSV or Parquet file to understand its structure before analysis.
Instructions
Get the schema of a single data file from the given file location
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_location | Yes | ||
| file_type | No | The type of the file to be read. Supported types are csv and parquet | csv |