Skip to content

Khandoker09/SaVeDv0.1

Repository files navigation

Simple App to Visualize Excel Data(SaVeD)

Simple data analysis tool with some visualization option using streamlit. You can upload your own datasets in this app. However, there is some limitations, you can only upload file which are only limited 200mb or below 200 mb.

File type

This app support .xlsx and .CSV file.

Options

This app has two analzying option which are following:

  • Overall columns
  • Analyze
  • chart type

Overall columns

You can check the datasets by droping the whichever columns you want. Also you can sort the column by clicking the columns name in the table

graph LR
   A[Analyze] --> B[Info about datasets];
   B[Info about datasets] --> C[Describe datasets];
   C[Describe datasets] --> D[Find missing value];
   D[Find missing value] --> E[Correlation Matrix];

Loading

We can also draw the following plot

graph LR
 A[Chart type] --> B[Scatterplots];
 B[Scatterplots] --> C[Lineplots];
 C[Lineplots] --> D[Histogram]; 
 D[Histogram] --> E[Boxplot];
 E[Boxplot] -->F[Barchart];
 F[Barchart] -->G[Funnel];
 
Loading

Releases

No releases published

Packages

No packages published