Skip to content

Swaraj-Deep/data_visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Visualizer

Using this webapp you can filter CSV files and also visualize the results.

Prerequisites

You must have python installed on your machines.

python

Apart from python, you will need following packages to run this.

pandas
matplotlib
flask

Installation

Once you have installed all the dependencies you simply need to clone the repository to your local machine using

git clone git@github.com:Swaraj-Deep/data_visualizer.git

Usage

Once the repository is cloned, move to the Data Visualization directory and run the main.py file using following command

python3 main.py

Now copy the address from the command line and paste it in the browser.

Screen shots

image image

Future Scope

Can be extend to serve web APIs. The Graph images can be more refined and more types of graphs can be added. More criterias can be added to filter the data.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT