Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swapnanildutta/data-analysis-visualization-application
Tkinter GUI to read from a user-provided file containing data and then show graphs and statistical information.
https://github.com/swapnanildutta/data-analysis-visualization-application
Last synced: 10 days ago
JSON representation
Tkinter GUI to read from a user-provided file containing data and then show graphs and statistical information.
- Host: GitHub
- URL: https://github.com/swapnanildutta/data-analysis-visualization-application
- Owner: swapnanildutta
- License: mit
- Created: 2020-08-17T07:10:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T22:22:00.000Z (over 3 years ago)
- Last Synced: 2023-03-04T02:48:44.904Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data-Analysis-Visualization-Application
[![HitCount](http://hits.dwyl.com/swapnanildutta/Data-Analysis-Visualization-Application.svg)](http://hits.dwyl.com/swapnanildutta/Data-Analysis-Visualization-Application)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)This is Tkinter GUI to read from a user-provided file containing data. The GUI will allow the user to plot columnar data as X and Y coordinates on a regression graph, and display statistics about the data from each of the selected columns.
This application is written in Python (v3.6+).
## How to use the application:
- Fork the repository and use *git clone* to download the files.
- Install the dependencies with
```powershell
$pip install -r requirements.txt
```
or,
```bash
$pip3 install -r requirements.txt
```
- Execute the application from [**dataview.py**](app\dataview.py) file.
```bash
$python dataview.py
```
or,
```bash
$python3 dataview.py
```## The Base GUI :
## Output :
### Statistics
### Plotting