data_analysis
Installation
SKILL.md
Data Analysis Skill
This skill allows you to perform data analysis on the project's data, including local files and S3-backed Delta tables, using DuckDB.
Usage
To use this skill, you will create Python scripts that utilize the duckdb library and then execute them using uv run.
Setup
You do not need to install duckdb manually; it should be available in the environment or installed via uv if specified in a script's dependencies (though for this project, rely on the environment's dagster-duckdb which provides duckdb).
Quering Data
Create a python script (e.g., analyze_data.py) with the following template to configure S3 access and query data.
Template: