Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:09 +08:00
commit 2384729d9c
8 changed files with 169 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for data-visualization-creator skill
- [ ] data_analyzer.py: Analyzes the provided data and suggests appropriate visualization types based on data characteristics (e.g., distribution, correlation).
- [ ] chart_generator.py: Generates the visualization code (e.g., using Matplotlib, Seaborn, Plotly) based on the selected type and data.
- [ ] data_validator.py: Validates the input data format and content to prevent errors during visualization.