Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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