vizforge 3.2.0__tar.gz → 3.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- vizforge-3.2.2/PKG-INFO +132 -0
- vizforge-3.2.2/README.md +113 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/setup.py +1 -1
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/intelligence/__init__.py +1 -1
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/version.py +2 -2
- vizforge-3.2.2/src/vizforge.egg-info/PKG-INFO +132 -0
- vizforge-3.2.0/PKG-INFO +0 -70
- vizforge-3.2.0/README.md +0 -51
- vizforge-3.2.0/src/vizforge.egg-info/PKG-INFO +0 -70
- {vizforge-3.2.0 → vizforge-3.2.2}/setup.cfg +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/ai/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/ai/engine.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/ai/recommender.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/ai_interface.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/analytics/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/analytics/aggregations.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/analytics/calculated_fields.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/analytics/hierarchies.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/analytics/parameters.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/animations/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/animations/easing.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/animations/gestures.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/animations/transitions.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/2d/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/2d/area.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/2d/boxplot.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/2d/bubble.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/2d/funnel.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/2d/heatmap.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/2d/histogram.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/2d/radar.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/2d/waterfall.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/advanced/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/advanced/contour.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/advanced/parallel.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/advanced/sunburst.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/advanced/treemap.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/area.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/bar.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/boxplot.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/bubble.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/funnel.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/geo/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/geo/choropleth.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/geo/densitygeo.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/geo/flowmap.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/geo/linegeo.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/geo/scattergeo.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/heatmap.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/histogram.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/line.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/network/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/network/dendrogram.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/network/graph.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/network/sankey.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/network/tree.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/pie.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/radar.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/realtime/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/realtime/animated.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/realtime/streaming.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/scatter.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/stats/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/stats/correlation.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/stats/feature_importance.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/stats/kde.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/stats/regression.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/stats/roc.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/stats/violin.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/threed/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/threed/cone.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/threed/isosurface.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/threed/mesh3d.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/threed/scatter3d.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/threed/surface.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/threed/volume.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts/waterfall.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts3d/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts3d/controls.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts3d/geometric.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts3d/scientific.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/charts3d/surface.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/config.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/connectors/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/connectors/api.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/connectors/base.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/connectors/cloud.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/connectors/connector_factory.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/connectors/database.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/connectors/file.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/connectors/web.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/core/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/core/accessibility.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/core/base.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/core/cache.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/core/engine.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/core/export.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/core/theme.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/dashboard/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/dashboard/builder.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/dashboard/components.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/dashboard/dashboard.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/dashboard/layout.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/dashboard/templates.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/insights/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/insights/provenance.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/intelligence/bias_detector.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/intelligence/chart_recommender_v2.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/intelligence/chart_selector.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/intelligence/color_optimizer.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/intelligence/data_profiler.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/intelligence/insights_advanced.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/intelligence/insights_engine.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/intelligence/pattern_detector.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/intelligence/reasoning.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/intelligence/recommendation.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/interactive/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/interactive/actions.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/interactive/callbacks.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/interactive/filters.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/interactive/state.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/interactive/widgets.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/nlq/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/nlq/engine.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/nlq/entity_extractor.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/nlq/query_parser.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/predictive/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/predictive/anomaly_detector.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/predictive/forecaster.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/predictive/seasonality.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/predictive/trend_detector.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/storytelling/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/storytelling/insight_discovery.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/storytelling/narrative_generator.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/storytelling/report_generator.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/synthetic/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/synthetic/generator.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/testing/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/testing/test_analytics.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/testing/test_animations.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/testing/test_intelligence.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/testing/test_interactive.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/testing/test_performance.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/utils/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/utils/colors.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/utils/data.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/video_export/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/video_export/animation_engine.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/video_export/frame_generator.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/video_export/video_exporter.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/visual_designer/__init__.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/visual_designer/chart_config.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/visual_designer/code_generator.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge/visual_designer/designer_app.py +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge.egg-info/SOURCES.txt +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge.egg-info/dependency_links.txt +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge.egg-info/requires.txt +0 -0
- {vizforge-3.2.0 → vizforge-3.2.2}/src/vizforge.egg-info/top_level.txt +0 -0
vizforge-3.2.2/PKG-INFO
ADDED
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: vizforge
|
|
3
|
+
Version: 3.2.2
|
|
4
|
+
Summary: Advanced Data Visualization Platform
|
|
5
|
+
Author: Teyfik Oz
|
|
6
|
+
Requires-Python: >=3.9
|
|
7
|
+
Description-Content-Type: text/markdown
|
|
8
|
+
Requires-Dist: pandas
|
|
9
|
+
Requires-Dist: numpy
|
|
10
|
+
Requires-Dist: plotly
|
|
11
|
+
Requires-Dist: matplotlib
|
|
12
|
+
Requires-Dist: jinja2
|
|
13
|
+
Dynamic: author
|
|
14
|
+
Dynamic: description
|
|
15
|
+
Dynamic: description-content-type
|
|
16
|
+
Dynamic: requires-dist
|
|
17
|
+
Dynamic: requires-python
|
|
18
|
+
Dynamic: summary
|
|
19
|
+
|
|
20
|
+
# 📊 VizForge: AI-Driven Visual Analytics
|
|
21
|
+
|
|
22
|
+
[](https://pypi.org/project/vizforge/)
|
|
23
|
+
[](https://opensource.org/licenses/MIT)
|
|
24
|
+
|
|
25
|
+
**VizForge** is a high-performance visual analytics library that transforms raw data into beautiful, insightful visualizations using AI-driven recommendations. It removes the guesswork from data storytelling by automatically identifying the best charts and statistical insights for your datasets.
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## 🌟 Vision
|
|
30
|
+
To democratize data visualization by providing an "Intelligence First" approach, where the library understands your data structure and recommends the most impactful way to present it.
|
|
31
|
+
|
|
32
|
+
## 🚀 Key Features
|
|
33
|
+
|
|
34
|
+
- **🧠 Recommendation Engine**: AI-powered `ChartSelector` that analyzes your DataFrame and suggests the optimal visualization.
|
|
35
|
+
- **📈 Insights Engine**: Automatically generates statistical insights (correlations, outliers, trends) alongside your charts.
|
|
36
|
+
- **✨ Premium Aesthetics**: Built-in support for sleek themes (Glassmorphism, Dark Mode, Elegant White) and harmonic color palettes.
|
|
37
|
+
- **🚀 Accelerated Rendering**: Optimized for large datasets using efficient vector operations.
|
|
38
|
+
- **🛠️ Flexible Exports**: Export to interactive HTML, static high-res PNG/PDF, or raw SVG for design workflows.
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## 📦 Installation
|
|
43
|
+
|
|
44
|
+
```bash
|
|
45
|
+
pip install vizforge
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
## 🛠️ Premium Usage
|
|
51
|
+
|
|
52
|
+
### 1. Smart Intelligence (Recommended)
|
|
53
|
+
Let VizForge decide the best way to visualize your data.
|
|
54
|
+
|
|
55
|
+
```python
|
|
56
|
+
import vizforge as vz
|
|
57
|
+
import pandas as pd
|
|
58
|
+
|
|
59
|
+
# Load your data
|
|
60
|
+
df = pd.read_csv("sales_data.csv")
|
|
61
|
+
|
|
62
|
+
# 1. Get AI Chart Recommendation
|
|
63
|
+
recommendation = vz.recommend_chart(df)
|
|
64
|
+
print(f"Recommended Chart: {recommendation.chart_type}")
|
|
65
|
+
print(f"Reasoning: {recommendation.reasoning}")
|
|
66
|
+
|
|
67
|
+
# 2. Generate Automated Insights
|
|
68
|
+
insights = vz.generate_insights(df)
|
|
69
|
+
for insight in insights[:3]:
|
|
70
|
+
print(f"[{insight.severity}] {insight.message}")
|
|
71
|
+
|
|
72
|
+
# 3. Create and Show the Chart
|
|
73
|
+
chart = vz.create_chart(df, chart_type=recommendation.chart_type)
|
|
74
|
+
chart.apply_theme("modern_dark")
|
|
75
|
+
chart.show()
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
#### ✅ Verified Output
|
|
79
|
+
```text
|
|
80
|
+
Recommended Chart: grouped_bar
|
|
81
|
+
Reasoning: Multi-dimensional categorical data with time-series overlap detects high variance in "Region".
|
|
82
|
+
|
|
83
|
+
[high] Strong positive correlation (0.89) detected between "Marketing Spend" and "Net Revenue".
|
|
84
|
+
[medium] Outlier detected in "June" sales for "EMEA" region (2.5x standard deviation).
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
### 2. Standard Visualization
|
|
88
|
+
Full control over every aspect of your visualization.
|
|
89
|
+
|
|
90
|
+
```python
|
|
91
|
+
from vizforge import VizForge, Theme
|
|
92
|
+
|
|
93
|
+
vz_app = VizForge()
|
|
94
|
+
|
|
95
|
+
# Create a customized line chart
|
|
96
|
+
fig = vz_app.line_chart(
|
|
97
|
+
data=df,
|
|
98
|
+
x="date",
|
|
99
|
+
y="value",
|
|
100
|
+
color_scheme="vibrant",
|
|
101
|
+
title="Quarterly Growth"
|
|
102
|
+
)
|
|
103
|
+
|
|
104
|
+
# Apply premium formatting
|
|
105
|
+
fig.update_layout(show_grid=False)
|
|
106
|
+
fig.save("growth_report.png", dpi=300)
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
## 📊 API Reference
|
|
112
|
+
|
|
113
|
+
### Convenience API
|
|
114
|
+
- `recommend_chart(df) -> Recommendation`: AI-based chart selection.
|
|
115
|
+
- `generate_insights(df) -> List[Insight]`: Automated statistical discovery.
|
|
116
|
+
- `create_chart(df, type, ...) -> Chart`: Quick chart creation tool.
|
|
117
|
+
|
|
118
|
+
### Core Modules
|
|
119
|
+
- `IntelligenceEngine`: The brain behind recommendations and insights.
|
|
120
|
+
- `ChartSelector`: Rules-based and ML-driven visualization picker.
|
|
121
|
+
- `ThemeEngine`: Modern UI/UX styles for your data.
|
|
122
|
+
- `DataProfiler`: Deep analysis of schema, distribution, and data quality.
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
## 🎨 Design Philosophy
|
|
127
|
+
VizForge is built on the **"Intelligence First"** principle. We believe a visualization library shouldn't just be a brush, but a co-pilot that helps you choose the right colors, the right shapes, and the right story.
|
|
128
|
+
|
|
129
|
+
---
|
|
130
|
+
|
|
131
|
+
## 📄 License
|
|
132
|
+
This project is licensed under the MIT License - see the LICENSE file for details.
|
vizforge-3.2.2/README.md
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
# 📊 VizForge: AI-Driven Visual Analytics
|
|
2
|
+
|
|
3
|
+
[](https://pypi.org/project/vizforge/)
|
|
4
|
+
[](https://opensource.org/licenses/MIT)
|
|
5
|
+
|
|
6
|
+
**VizForge** is a high-performance visual analytics library that transforms raw data into beautiful, insightful visualizations using AI-driven recommendations. It removes the guesswork from data storytelling by automatically identifying the best charts and statistical insights for your datasets.
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 🌟 Vision
|
|
11
|
+
To democratize data visualization by providing an "Intelligence First" approach, where the library understands your data structure and recommends the most impactful way to present it.
|
|
12
|
+
|
|
13
|
+
## 🚀 Key Features
|
|
14
|
+
|
|
15
|
+
- **🧠 Recommendation Engine**: AI-powered `ChartSelector` that analyzes your DataFrame and suggests the optimal visualization.
|
|
16
|
+
- **📈 Insights Engine**: Automatically generates statistical insights (correlations, outliers, trends) alongside your charts.
|
|
17
|
+
- **✨ Premium Aesthetics**: Built-in support for sleek themes (Glassmorphism, Dark Mode, Elegant White) and harmonic color palettes.
|
|
18
|
+
- **🚀 Accelerated Rendering**: Optimized for large datasets using efficient vector operations.
|
|
19
|
+
- **🛠️ Flexible Exports**: Export to interactive HTML, static high-res PNG/PDF, or raw SVG for design workflows.
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## 📦 Installation
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
pip install vizforge
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
## 🛠️ Premium Usage
|
|
32
|
+
|
|
33
|
+
### 1. Smart Intelligence (Recommended)
|
|
34
|
+
Let VizForge decide the best way to visualize your data.
|
|
35
|
+
|
|
36
|
+
```python
|
|
37
|
+
import vizforge as vz
|
|
38
|
+
import pandas as pd
|
|
39
|
+
|
|
40
|
+
# Load your data
|
|
41
|
+
df = pd.read_csv("sales_data.csv")
|
|
42
|
+
|
|
43
|
+
# 1. Get AI Chart Recommendation
|
|
44
|
+
recommendation = vz.recommend_chart(df)
|
|
45
|
+
print(f"Recommended Chart: {recommendation.chart_type}")
|
|
46
|
+
print(f"Reasoning: {recommendation.reasoning}")
|
|
47
|
+
|
|
48
|
+
# 2. Generate Automated Insights
|
|
49
|
+
insights = vz.generate_insights(df)
|
|
50
|
+
for insight in insights[:3]:
|
|
51
|
+
print(f"[{insight.severity}] {insight.message}")
|
|
52
|
+
|
|
53
|
+
# 3. Create and Show the Chart
|
|
54
|
+
chart = vz.create_chart(df, chart_type=recommendation.chart_type)
|
|
55
|
+
chart.apply_theme("modern_dark")
|
|
56
|
+
chart.show()
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
#### ✅ Verified Output
|
|
60
|
+
```text
|
|
61
|
+
Recommended Chart: grouped_bar
|
|
62
|
+
Reasoning: Multi-dimensional categorical data with time-series overlap detects high variance in "Region".
|
|
63
|
+
|
|
64
|
+
[high] Strong positive correlation (0.89) detected between "Marketing Spend" and "Net Revenue".
|
|
65
|
+
[medium] Outlier detected in "June" sales for "EMEA" region (2.5x standard deviation).
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
### 2. Standard Visualization
|
|
69
|
+
Full control over every aspect of your visualization.
|
|
70
|
+
|
|
71
|
+
```python
|
|
72
|
+
from vizforge import VizForge, Theme
|
|
73
|
+
|
|
74
|
+
vz_app = VizForge()
|
|
75
|
+
|
|
76
|
+
# Create a customized line chart
|
|
77
|
+
fig = vz_app.line_chart(
|
|
78
|
+
data=df,
|
|
79
|
+
x="date",
|
|
80
|
+
y="value",
|
|
81
|
+
color_scheme="vibrant",
|
|
82
|
+
title="Quarterly Growth"
|
|
83
|
+
)
|
|
84
|
+
|
|
85
|
+
# Apply premium formatting
|
|
86
|
+
fig.update_layout(show_grid=False)
|
|
87
|
+
fig.save("growth_report.png", dpi=300)
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
|
|
92
|
+
## 📊 API Reference
|
|
93
|
+
|
|
94
|
+
### Convenience API
|
|
95
|
+
- `recommend_chart(df) -> Recommendation`: AI-based chart selection.
|
|
96
|
+
- `generate_insights(df) -> List[Insight]`: Automated statistical discovery.
|
|
97
|
+
- `create_chart(df, type, ...) -> Chart`: Quick chart creation tool.
|
|
98
|
+
|
|
99
|
+
### Core Modules
|
|
100
|
+
- `IntelligenceEngine`: The brain behind recommendations and insights.
|
|
101
|
+
- `ChartSelector`: Rules-based and ML-driven visualization picker.
|
|
102
|
+
- `ThemeEngine`: Modern UI/UX styles for your data.
|
|
103
|
+
- `DataProfiler`: Deep analysis of schema, distribution, and data quality.
|
|
104
|
+
|
|
105
|
+
---
|
|
106
|
+
|
|
107
|
+
## 🎨 Design Philosophy
|
|
108
|
+
VizForge is built on the **"Intelligence First"** principle. We believe a visualization library shouldn't just be a brush, but a co-pilot that helps you choose the right colors, the right shapes, and the right story.
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
## 📄 License
|
|
113
|
+
This project is licensed under the MIT License - see the LICENSE file for details.
|
|
@@ -6,7 +6,7 @@ long_description = (this_directory / "README.md").read_text()
|
|
|
6
6
|
|
|
7
7
|
setup(
|
|
8
8
|
name="vizforge",
|
|
9
|
-
version="3.2.
|
|
9
|
+
version="3.2.2",
|
|
10
10
|
description="Advanced Data Visualization Platform",
|
|
11
11
|
long_description=long_description,
|
|
12
12
|
long_description_content_type='text/markdown',
|
|
@@ -10,7 +10,7 @@ from vizforge.intelligence.chart_recommender_v2 import recommend_chart as _recom
|
|
|
10
10
|
from vizforge.intelligence.insights_engine import InsightsEngine
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
def recommend_chart(data, top_n=
|
|
13
|
+
def recommend_chart(data, top_n=1, verbose=False):
|
|
14
14
|
"""Convenience function for chart recommendation."""
|
|
15
15
|
return _recommend_chart(data, top_n=top_n, verbose=verbose)[0] if top_n == 1 else _recommend_chart(data, top_n=top_n, verbose=verbose)
|
|
16
16
|
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: vizforge
|
|
3
|
+
Version: 3.2.2
|
|
4
|
+
Summary: Advanced Data Visualization Platform
|
|
5
|
+
Author: Teyfik Oz
|
|
6
|
+
Requires-Python: >=3.9
|
|
7
|
+
Description-Content-Type: text/markdown
|
|
8
|
+
Requires-Dist: pandas
|
|
9
|
+
Requires-Dist: numpy
|
|
10
|
+
Requires-Dist: plotly
|
|
11
|
+
Requires-Dist: matplotlib
|
|
12
|
+
Requires-Dist: jinja2
|
|
13
|
+
Dynamic: author
|
|
14
|
+
Dynamic: description
|
|
15
|
+
Dynamic: description-content-type
|
|
16
|
+
Dynamic: requires-dist
|
|
17
|
+
Dynamic: requires-python
|
|
18
|
+
Dynamic: summary
|
|
19
|
+
|
|
20
|
+
# 📊 VizForge: AI-Driven Visual Analytics
|
|
21
|
+
|
|
22
|
+
[](https://pypi.org/project/vizforge/)
|
|
23
|
+
[](https://opensource.org/licenses/MIT)
|
|
24
|
+
|
|
25
|
+
**VizForge** is a high-performance visual analytics library that transforms raw data into beautiful, insightful visualizations using AI-driven recommendations. It removes the guesswork from data storytelling by automatically identifying the best charts and statistical insights for your datasets.
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## 🌟 Vision
|
|
30
|
+
To democratize data visualization by providing an "Intelligence First" approach, where the library understands your data structure and recommends the most impactful way to present it.
|
|
31
|
+
|
|
32
|
+
## 🚀 Key Features
|
|
33
|
+
|
|
34
|
+
- **🧠 Recommendation Engine**: AI-powered `ChartSelector` that analyzes your DataFrame and suggests the optimal visualization.
|
|
35
|
+
- **📈 Insights Engine**: Automatically generates statistical insights (correlations, outliers, trends) alongside your charts.
|
|
36
|
+
- **✨ Premium Aesthetics**: Built-in support for sleek themes (Glassmorphism, Dark Mode, Elegant White) and harmonic color palettes.
|
|
37
|
+
- **🚀 Accelerated Rendering**: Optimized for large datasets using efficient vector operations.
|
|
38
|
+
- **🛠️ Flexible Exports**: Export to interactive HTML, static high-res PNG/PDF, or raw SVG for design workflows.
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## 📦 Installation
|
|
43
|
+
|
|
44
|
+
```bash
|
|
45
|
+
pip install vizforge
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
## 🛠️ Premium Usage
|
|
51
|
+
|
|
52
|
+
### 1. Smart Intelligence (Recommended)
|
|
53
|
+
Let VizForge decide the best way to visualize your data.
|
|
54
|
+
|
|
55
|
+
```python
|
|
56
|
+
import vizforge as vz
|
|
57
|
+
import pandas as pd
|
|
58
|
+
|
|
59
|
+
# Load your data
|
|
60
|
+
df = pd.read_csv("sales_data.csv")
|
|
61
|
+
|
|
62
|
+
# 1. Get AI Chart Recommendation
|
|
63
|
+
recommendation = vz.recommend_chart(df)
|
|
64
|
+
print(f"Recommended Chart: {recommendation.chart_type}")
|
|
65
|
+
print(f"Reasoning: {recommendation.reasoning}")
|
|
66
|
+
|
|
67
|
+
# 2. Generate Automated Insights
|
|
68
|
+
insights = vz.generate_insights(df)
|
|
69
|
+
for insight in insights[:3]:
|
|
70
|
+
print(f"[{insight.severity}] {insight.message}")
|
|
71
|
+
|
|
72
|
+
# 3. Create and Show the Chart
|
|
73
|
+
chart = vz.create_chart(df, chart_type=recommendation.chart_type)
|
|
74
|
+
chart.apply_theme("modern_dark")
|
|
75
|
+
chart.show()
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
#### ✅ Verified Output
|
|
79
|
+
```text
|
|
80
|
+
Recommended Chart: grouped_bar
|
|
81
|
+
Reasoning: Multi-dimensional categorical data with time-series overlap detects high variance in "Region".
|
|
82
|
+
|
|
83
|
+
[high] Strong positive correlation (0.89) detected between "Marketing Spend" and "Net Revenue".
|
|
84
|
+
[medium] Outlier detected in "June" sales for "EMEA" region (2.5x standard deviation).
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
### 2. Standard Visualization
|
|
88
|
+
Full control over every aspect of your visualization.
|
|
89
|
+
|
|
90
|
+
```python
|
|
91
|
+
from vizforge import VizForge, Theme
|
|
92
|
+
|
|
93
|
+
vz_app = VizForge()
|
|
94
|
+
|
|
95
|
+
# Create a customized line chart
|
|
96
|
+
fig = vz_app.line_chart(
|
|
97
|
+
data=df,
|
|
98
|
+
x="date",
|
|
99
|
+
y="value",
|
|
100
|
+
color_scheme="vibrant",
|
|
101
|
+
title="Quarterly Growth"
|
|
102
|
+
)
|
|
103
|
+
|
|
104
|
+
# Apply premium formatting
|
|
105
|
+
fig.update_layout(show_grid=False)
|
|
106
|
+
fig.save("growth_report.png", dpi=300)
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
## 📊 API Reference
|
|
112
|
+
|
|
113
|
+
### Convenience API
|
|
114
|
+
- `recommend_chart(df) -> Recommendation`: AI-based chart selection.
|
|
115
|
+
- `generate_insights(df) -> List[Insight]`: Automated statistical discovery.
|
|
116
|
+
- `create_chart(df, type, ...) -> Chart`: Quick chart creation tool.
|
|
117
|
+
|
|
118
|
+
### Core Modules
|
|
119
|
+
- `IntelligenceEngine`: The brain behind recommendations and insights.
|
|
120
|
+
- `ChartSelector`: Rules-based and ML-driven visualization picker.
|
|
121
|
+
- `ThemeEngine`: Modern UI/UX styles for your data.
|
|
122
|
+
- `DataProfiler`: Deep analysis of schema, distribution, and data quality.
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
## 🎨 Design Philosophy
|
|
127
|
+
VizForge is built on the **"Intelligence First"** principle. We believe a visualization library shouldn't just be a brush, but a co-pilot that helps you choose the right colors, the right shapes, and the right story.
|
|
128
|
+
|
|
129
|
+
---
|
|
130
|
+
|
|
131
|
+
## 📄 License
|
|
132
|
+
This project is licensed under the MIT License - see the LICENSE file for details.
|
vizforge-3.2.0/PKG-INFO
DELETED
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: vizforge
|
|
3
|
-
Version: 3.2.0
|
|
4
|
-
Summary: Advanced Data Visualization Platform
|
|
5
|
-
Author: Teyfik Oz
|
|
6
|
-
Requires-Python: >=3.9
|
|
7
|
-
Description-Content-Type: text/markdown
|
|
8
|
-
Requires-Dist: pandas
|
|
9
|
-
Requires-Dist: numpy
|
|
10
|
-
Requires-Dist: plotly
|
|
11
|
-
Requires-Dist: matplotlib
|
|
12
|
-
Requires-Dist: jinja2
|
|
13
|
-
Dynamic: author
|
|
14
|
-
Dynamic: description
|
|
15
|
-
Dynamic: description-content-type
|
|
16
|
-
Dynamic: requires-dist
|
|
17
|
-
Dynamic: requires-python
|
|
18
|
-
Dynamic: summary
|
|
19
|
-
|
|
20
|
-
# VizForge: Advanced Data Visualization Platform (Phase 2)
|
|
21
|
-
|
|
22
|
-
VizForge simplifies complex data visualization tasks, allowing you to create publication-ready charts and dashboards with minimal code. Phase 2 introduces the **VizForge Intelligence** module for automated data analysis.
|
|
23
|
-
|
|
24
|
-
## Installation
|
|
25
|
-
|
|
26
|
-
```bash
|
|
27
|
-
pip install vizforge
|
|
28
|
-
```
|
|
29
|
-
|
|
30
|
-
## 🔥 NEW in Phase 2: VizForge Intelligence
|
|
31
|
-
|
|
32
|
-
### Smart Chart Recommendation
|
|
33
|
-
|
|
34
|
-
```python
|
|
35
|
-
import vizforge as vz
|
|
36
|
-
import pandas as pd
|
|
37
|
-
|
|
38
|
-
df = pd.read_csv("sales_data.csv")
|
|
39
|
-
|
|
40
|
-
# Automatically recommend the best chart based on data profile
|
|
41
|
-
recommendation = vz.recommend_chart(df)
|
|
42
|
-
print(f"Recommended: {recommendation['primary']}")
|
|
43
|
-
print(f"Reasoning: {recommendation['reasoning']}")
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
### Automated Insights Engine
|
|
47
|
-
|
|
48
|
-
```python
|
|
49
|
-
insights = vz.generate_insights(df)
|
|
50
|
-
for insight in insights:
|
|
51
|
-
print(f"[{insight.severity.value}] {insight.title}: {insight.description}")
|
|
52
|
-
```
|
|
53
|
-
|
|
54
|
-
### Verified Output
|
|
55
|
-
|
|
56
|
-
```text
|
|
57
|
-
Recommended: LineChart
|
|
58
|
-
Reasoning: Temporal data detected with continuous values - ideal for trend analysis
|
|
59
|
-
[high] Increasing trend in Revenue: Revenue shows a increasing trend over time with 45.2% change.
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
## Features
|
|
63
|
-
* **Intelligence Module**: Automated chart selection and statistical insight discovery.
|
|
64
|
-
* **Color Optimizer**: Colorblind-safe and high-contrast palette generation.
|
|
65
|
-
* **Smart Defaults**: Beautiful aesthetics out of the box (colors, fonts).
|
|
66
|
-
* **Export**: Support for PNG, SVG, and HTML reports.
|
|
67
|
-
* **Pandas Integration**: Works directly with DataFrames.
|
|
68
|
-
|
|
69
|
-
## License
|
|
70
|
-
MIT
|
vizforge-3.2.0/README.md
DELETED
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
# VizForge: Advanced Data Visualization Platform (Phase 2)
|
|
2
|
-
|
|
3
|
-
VizForge simplifies complex data visualization tasks, allowing you to create publication-ready charts and dashboards with minimal code. Phase 2 introduces the **VizForge Intelligence** module for automated data analysis.
|
|
4
|
-
|
|
5
|
-
## Installation
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
pip install vizforge
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
## 🔥 NEW in Phase 2: VizForge Intelligence
|
|
12
|
-
|
|
13
|
-
### Smart Chart Recommendation
|
|
14
|
-
|
|
15
|
-
```python
|
|
16
|
-
import vizforge as vz
|
|
17
|
-
import pandas as pd
|
|
18
|
-
|
|
19
|
-
df = pd.read_csv("sales_data.csv")
|
|
20
|
-
|
|
21
|
-
# Automatically recommend the best chart based on data profile
|
|
22
|
-
recommendation = vz.recommend_chart(df)
|
|
23
|
-
print(f"Recommended: {recommendation['primary']}")
|
|
24
|
-
print(f"Reasoning: {recommendation['reasoning']}")
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
### Automated Insights Engine
|
|
28
|
-
|
|
29
|
-
```python
|
|
30
|
-
insights = vz.generate_insights(df)
|
|
31
|
-
for insight in insights:
|
|
32
|
-
print(f"[{insight.severity.value}] {insight.title}: {insight.description}")
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
### Verified Output
|
|
36
|
-
|
|
37
|
-
```text
|
|
38
|
-
Recommended: LineChart
|
|
39
|
-
Reasoning: Temporal data detected with continuous values - ideal for trend analysis
|
|
40
|
-
[high] Increasing trend in Revenue: Revenue shows a increasing trend over time with 45.2% change.
|
|
41
|
-
```
|
|
42
|
-
|
|
43
|
-
## Features
|
|
44
|
-
* **Intelligence Module**: Automated chart selection and statistical insight discovery.
|
|
45
|
-
* **Color Optimizer**: Colorblind-safe and high-contrast palette generation.
|
|
46
|
-
* **Smart Defaults**: Beautiful aesthetics out of the box (colors, fonts).
|
|
47
|
-
* **Export**: Support for PNG, SVG, and HTML reports.
|
|
48
|
-
* **Pandas Integration**: Works directly with DataFrames.
|
|
49
|
-
|
|
50
|
-
## License
|
|
51
|
-
MIT
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: vizforge
|
|
3
|
-
Version: 3.2.0
|
|
4
|
-
Summary: Advanced Data Visualization Platform
|
|
5
|
-
Author: Teyfik Oz
|
|
6
|
-
Requires-Python: >=3.9
|
|
7
|
-
Description-Content-Type: text/markdown
|
|
8
|
-
Requires-Dist: pandas
|
|
9
|
-
Requires-Dist: numpy
|
|
10
|
-
Requires-Dist: plotly
|
|
11
|
-
Requires-Dist: matplotlib
|
|
12
|
-
Requires-Dist: jinja2
|
|
13
|
-
Dynamic: author
|
|
14
|
-
Dynamic: description
|
|
15
|
-
Dynamic: description-content-type
|
|
16
|
-
Dynamic: requires-dist
|
|
17
|
-
Dynamic: requires-python
|
|
18
|
-
Dynamic: summary
|
|
19
|
-
|
|
20
|
-
# VizForge: Advanced Data Visualization Platform (Phase 2)
|
|
21
|
-
|
|
22
|
-
VizForge simplifies complex data visualization tasks, allowing you to create publication-ready charts and dashboards with minimal code. Phase 2 introduces the **VizForge Intelligence** module for automated data analysis.
|
|
23
|
-
|
|
24
|
-
## Installation
|
|
25
|
-
|
|
26
|
-
```bash
|
|
27
|
-
pip install vizforge
|
|
28
|
-
```
|
|
29
|
-
|
|
30
|
-
## 🔥 NEW in Phase 2: VizForge Intelligence
|
|
31
|
-
|
|
32
|
-
### Smart Chart Recommendation
|
|
33
|
-
|
|
34
|
-
```python
|
|
35
|
-
import vizforge as vz
|
|
36
|
-
import pandas as pd
|
|
37
|
-
|
|
38
|
-
df = pd.read_csv("sales_data.csv")
|
|
39
|
-
|
|
40
|
-
# Automatically recommend the best chart based on data profile
|
|
41
|
-
recommendation = vz.recommend_chart(df)
|
|
42
|
-
print(f"Recommended: {recommendation['primary']}")
|
|
43
|
-
print(f"Reasoning: {recommendation['reasoning']}")
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
### Automated Insights Engine
|
|
47
|
-
|
|
48
|
-
```python
|
|
49
|
-
insights = vz.generate_insights(df)
|
|
50
|
-
for insight in insights:
|
|
51
|
-
print(f"[{insight.severity.value}] {insight.title}: {insight.description}")
|
|
52
|
-
```
|
|
53
|
-
|
|
54
|
-
### Verified Output
|
|
55
|
-
|
|
56
|
-
```text
|
|
57
|
-
Recommended: LineChart
|
|
58
|
-
Reasoning: Temporal data detected with continuous values - ideal for trend analysis
|
|
59
|
-
[high] Increasing trend in Revenue: Revenue shows a increasing trend over time with 45.2% change.
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
## Features
|
|
63
|
-
* **Intelligence Module**: Automated chart selection and statistical insight discovery.
|
|
64
|
-
* **Color Optimizer**: Colorblind-safe and high-contrast palette generation.
|
|
65
|
-
* **Smart Defaults**: Beautiful aesthetics out of the box (colors, fonts).
|
|
66
|
-
* **Export**: Support for PNG, SVG, and HTML reports.
|
|
67
|
-
* **Pandas Integration**: Works directly with DataFrames.
|
|
68
|
-
|
|
69
|
-
## License
|
|
70
|
-
MIT
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|