An open API service indexing awesome lists of open source software.

https://github.com/rajan-bhateja/csv-analyzer

CSV analyzing app created using Python's Tkinter
https://github.com/rajan-bhateja/csv-analyzer

gui python tkinter

Last synced: 5 months ago
JSON representation

CSV analyzing app created using Python's Tkinter

Awesome Lists containing this project

README

          

# CSV-Analyzer
CSV Analyzer is a GUI app created using Tkinter.
It shows the basic stats and visuals for any CSV file opened.

#### Libraries Used
* Pandas
* Numpy
* Matplotlib.pyplot
* Seaborn
* Tkinter