data-scientist
SolidProcesses and analyzes data with resident-kernel engines (DuckDB, Polars) and one-shot tools. Use for CSV/parquet/JSON analysis, group-by/join/aggregation, time series, distributions, cleaning, or plotting a dataset.
Install
Quality Score: 83/100
Skill Content
Details
- Author
- code-yeongyu
- Repository
- code-yeongyu/oh-my-openagent
- Created
- 9 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- NOASSERTION
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
big-data-analytics
Select and operate scalable analytics workflows for datasets that exceed practical single-process memory or runtime limits using distributed or parallel computation. Use for large batch, streaming, iterative, or partitioned analysis.
duckdb
Query and transform CSV, Parquet, JSON, SQLite, and DuckDB files with the duckdb and sqlite3 CLIs for ad-hoc analysis and exports. Use for local SQL over files or an embedded database.
duckdb-patterns
DuckDB usage for local analytics, parquet/csv/json ingestion, embedded OLAP in Python/Node, federated queries across files + Postgres + S3. Trigger: CREATE TABLE AS, read_parquet/read_csv_auto, ATTACH DATABASE, COPY, PIVOT/UNPIVOT, ASOF JOIN, list/struct/map types, httpfs/S3/Iceberg, Arrow zero-copy, polars/pandas DataFrame interop, EXPLAIN ANALYZE, threads / memory_limit / temp_directory tuning.