Skip to content

shoukewei/data-analysis-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Analysis App

What Is this App?

  • 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

App screenshot

Alt text

Install dependencies

pip install flet[all] pandas numpy matplotlib seaborn

Install uv or Poetry if you like them.

Run the app

flet

Run as a desktop app:

flet run

Run as a web app:

flet run --web

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors