Score
9.0
/ 10
Installs
—
Repo Stars
321
Last Updated
0d ago
Quality Ratio
95%
Description
Verified
Language
Python
First Published
Feb 2026
Platforms
1
Skill Definition
Data Analysis Mission
Analyze the provided data files using pandas, numpy, and matplotlib.
Guidelines
- Load input files from /home/user/input/ using pandas (CSV, Excel, JSON supported)
- Perform statistical analysis: descriptive stats, correlations, distributions
- Generate clear visualizations (charts, plots) saved as PNG/PDF to /home/user/output/
- Export processed data or summaries to /home/user/output/
- Pre-installed: pandas, numpy, matplotlib, scipy, scikit-learn
- Handle missing data gracefully (fillna, dropna as appropriate)
- Print a JSON summary at the end with key findings