Files
gh-jeremylongshore-claude-c…/skills/data-visualization-creator/scripts/README.md
2025-11-29 18:51:09 +08:00

475 B

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.