codex-data

Automate data analysis workflows with pandas, statsmodels, and scikit-learn.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/luckyegg168/codex-use-cases --skill codex-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-data
Source: https://github.com/luckyegg168/codex-use-cases/tree/main/skills/codex-data
Command: npx skills add https://github.com/luckyegg168/codex-use-cases --skill codex-data

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codex 數據分析類 Use Case 技能旨在把數據清理、探索性分析、模型建構與報告生成等工作流整合為可複用的、可評估的流程,透過評分驅動迴圈提升分析品質並降低手動干預。

Core Features & Use Cases

This skill covers 1 use case:

  • datasets-and-reports — 分析數據集並生成報告

Use Case: Analyze datasets and ship reports

Quick Start

Use the pdf skill to extract all text from the attached file 'invoice-q3.pdf'.

工作流程 (摘要)

工作流程涵蓋讀取 AGENTS.md、盤點數據檔案、建立評分腳本、匯入與清理、探索性分析、建立模型、評分與迭代、輸出報告等步驟,形成端到端的分析循環。

Frequently Asked Questions about codex-data

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate data analysis workflows with pandas and scikit-learn?

Automating data analysis workflows involves using pandas for data cleaning and scikit-learn for modeling, which this skill orchestrates end-to-end. It cleans datasets, performs exploratory analysis, builds models, and generates reports automatically.

What is an eval-driven loop in exploratory data analysis?

An eval-driven loop in exploratory data analysis is a scoring mechanism that iteratively evaluates and improves analysis quality. This skill creates a scoring script to assess models and outputs, reducing manual intervention and enhancing reporting accuracy.

Can I use statsmodels and scikit-learn for automated model building in Codex?

Yes, you can use statsmodels and scikit-learn for automated model building within Codex. This skill requires these modeling libraries to construct models, evaluate them iteratively, and save outputs to an outputs directory with iteration logs.

How to generate reports from datasets using Python modeling libraries?

To generate reports from datasets, this skill imports data, performs cleaning, executes exploratory analysis, and builds models using Python libraries. It saves the final outputs and iteration logs to a dedicated directory for reporting projects.

Does this data analysis skill handle repetitive dataset reporting tasks?

Yes, this data analysis skill handles repetitive dataset reporting tasks by integrating data cleaning, exploratory analysis, and model building into a reusable workflow. It is specifically applicable for repetitive data-analysis tasks across multiple datasets.

Why do I need an outputs directory for data cleaning and modeling?

You need an outputs directory for data cleaning and modeling to store generated reports and iteration logs. This skill saves all analysis outputs and evaluation logs there, enabling eval-driven improvements and tracking the analysis cycle.