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
- Host: GitHub
- URL: https://github.com/the-akira/flask-pandas-app
- Owner: the-akira
- License: mit
- Created: 2019-11-26T11:33:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T22:05:00.000Z (about 2 years ago)
- Last Synced: 2023-03-03T05:47:19.133Z (about 2 years ago)
- Topics: flask, flask-application, flask-upload, flask-uploads, herokuapp, pandas, pandas-dataframe
- Language: HTML
- Homepage:
- Size: 10.4 MB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask-Pandas-App

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)**