- This Flet-based app allows users to:
- Upload or load data (CSV, Excel, JSON, URL, or sample)
- View it as a table
- Analyze column statistics and memory usage
- Generate visualizations like histograms, box plots, scatter plots, correlation matrices, etc.
- Save figures as images into
./storage/temp/visualization_output.png
pip install flet[all] pandas numpy matplotlib seaborn
Install uv or Poetry if you like them.
Run as a desktop app:
flet run
Run as a web app:
flet run --web
