Simple Scientfic Web Application to summarize your data:
- Size
- Shape
- Data Types
- General Info
- Dates
- Columns
- DataFrame Description
git clone https://github.com/the-akira/Flask-Pandas-App.git
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