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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T06:04:31.000Z (11 months ago)
- Last Synced: 2025-03-31T14:11:18.990Z (6 months ago)
- Topics: flask, flask-application, flask-upload, flask-uploads, herokuapp, pandas, pandas-dataframe
- Language: HTML
- Homepage:
- Size: 10.4 MB
- Stars: 4
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
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)**