Statistical analysis, data processing, and visualization for structured and semi-structured data
Perform systematic data analysis from ingestion through insight generation with statistical validation.
Generate ASCII/text-based visualizations or descriptions for:
## Data Analysis Report: <dataset_name>
### Dataset Profile
- Records: <count>
- Columns: <count> (<numerical>, <categorical>, <datetime>)
- Missing Values: <percentage>%
- Duplicates: <count>
### Key Statistics
<table of descriptive stats>
### Top Findings
1. <Finding with supporting numbers>
2. <Finding with supporting numbers>
3. <Finding with supporting numbers>
### Correlations
<strongest positive relationship>
<strongest negative relationship>
### Anomalies
<list of statistical outliers with context>
### Recommendations
- <actionable insight based on data>
- <further analysis suggestion>
list_files.sh for dataset discoveryread_file for data inspectionget_date.sh for timestamp generationawk, sort, uniq, wc, cut, grep