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: 5 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T22:22:00.000Z (about 4 years ago)
- Last Synced: 2025-01-08T06:38:03.984Z (6 months ago)
- Language: Python
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data-Analysis-Visualization-Application
[](http://hits.dwyl.com/swapnanildutta/Data-Analysis-Visualization-Application)
[](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
![]()