What problem does it solve?
This Skill simplifies the process of analyzing Excel and CSV files by providing a Python script-based interface to DuckDB, an in-process SQL engine. It addresses the challenge of data analysis for users who need to explore, query, and summarize their data without complex setup.
Core Features & Use Cases
- Data Inspection: Quickly inspect the structure of Excel/CSV files, including sheets, columns, and row counts.
- SQL Queries: Execute SQL queries to extract specific data or perform complex analysis.
- Statistical Summaries: Generate statistical summaries for numeric columns, including mean, median, and standard deviation.
- Multi-file Support: Handle multiple files in a single query context, enabling cross-file joins.
- Export Results: Export results to CSV, JSON, or Markdown formats.
- Use Case: A user uploads a sales data file and wants to analyze the revenue by category and generate a summary of the top-selling products.
Quick Start
Analyze the 'sales_data.xlsx' file and generate a summary of the top 10 products by revenue.