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

https://github.com/the-akira/flask-pandas-app

Simple Scientfic Web Application to summarize your data
https://github.com/the-akira/flask-pandas-app

flask flask-application flask-upload flask-uploads herokuapp pandas pandas-dataframe

Last synced: 5 months ago
JSON representation

Simple Scientfic Web Application to summarize your data

Awesome Lists containing this project

README

        

# Flask-Pandas-App

![img](https://raw.githubusercontent.com/the-akira/Flask-Pandas-App/master/Avatar.png)

Simple Scientfic Web Application to summarize your data:

- Size
- Shape
- Data Types
- General Info
- Dates
- Columns
- DataFrame Description

## Installation

### Clone the Repository

```
git clone https://github.com/the-akira/Flask-Pandas-App.git
```

### Inside the Main Directory

Create a Virtual Environment

```
python -m venv myvenv
```

Activate the Virtual Environment

```
source myvenv/bin/activate
```

Install Requirements

```
pip install -r requirements.txt
```

Navigate to `app` and Run the Application

```
python app.py
```

Open your Web Browser and navigate to `http://127.0.0.1:5000/`. You can now upload a csv file to test the app.

You are able to easily deploy this app to **[Heroku](https://www.heroku.com)**