Setup & Installation
What This Skill Does
Reads and explores data files in CSV, JSON, Parquet, Avro, Excel, spatial, and other formats using DuckDB. Works with local paths and remote sources like S3, GCS, Azure, and HTTPS URLs. Resolves file paths automatically and detects format by extension. Instead of installing format-specific tools or writing boilerplate reader code for each file type, this skill dispatches to the right DuckDB reader automatically and handles remote credential setup in one step.
When to use it
- Working with read file functionality
- Implementing read file features
- Debugging read file related issues
