Swaraj-Deep / data_visualizer

A webapp to visualize and filter csv files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A webapp to visualize and filter csv files.

License:MIT License


Languages

Language:HTML 50.7%Language:JavaScript 28.9%Language:Python 20.0%Language:CSS 0.3%Language:Shell 0.0%