원클릭으로
data-analysis
Analyze CSV data and produce summary statistics with a chart
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Analyze CSV data and produce summary statistics with a chart
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Echoes input back as output — tests input/output round-trip
Reports sandbox environment variables — tests env injection
Produces multiple file artifacts — tests artifact collection
Extract text content from a base64-encoded PDF
Produce a summary of input text using extractive summarization
Count word frequencies in text
| name | data-analysis |
| version | 1.0.0 |
| description | Analyze CSV data and produce summary statistics with a chart |
| lang | python |
| image | python:3.12-slim |
| timeout | 60s |
| resources | {"memory":"256Mi","cpu":"0.5"} |
Analyze CSV or JSON data and produce summary statistics.
Provide data as a JSON object with a data field containing an array of records,
or a csv field containing raw CSV text.
Writes a JSON summary to output.json with descriptive statistics per column.
If the data has numeric columns, writes a summary_chart.png bar chart to the
files output directory.