CSV Data Analysis

Read and analyze CSV files with column stats, filtering and sorting

jadegate e831b8c 2 files · 4.2 KB Updated

File contents

CSV Data Analysis

Read and analyze CSV files with column stats, filtering and sorting

When to Use

  • User wants to analyze csv
  • User wants to csv analysis
  • Keywords: csv, data, analysis, statistics

Required Parameters

  • file_path (string): Path to CSV file
  • operation (string): Operation: summary, filter, sort

Output

  • rows (number): Total rows
  • columns (array): Column names
  • result (string): Analysis result

Security

  • Sandbox level: strict
  • Max execution time: 30000ms
  • JadeGate verified: Yes (5-layer security check passed)

Execution Flow

Entry: read_csv -> 6 steps -> Exit: ret_ok, ret_fail

jadegate/jadegate/tree/main/skills/csv-data-analysis commit e831b8c16e

Frequently asked questions

npx skillmds@latest add jadegate/csv-data-analysis