Using this webapp you can filter CSV files and also visualize the results.
You must have python installed on your machines.
Apart from python, you will need following packages to run this.
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
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.
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.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.