A new way to analyze data with Streamlit Framework
Streamlit is an amazing tool that combines a web interface with python components. In this project was built an application to manage the first steps on data analysis. Using a .csv file is possible to get some statistics about the data, create a correlation matrix, plot histograms and others visualizations.
Run code:
streamlit run data_exploration_app.py
To install all Python packages run on terminal the command:
pip install -r requirements.txt
To deploy the application was used the Heroku platform (https://www.heroku.com/)
- setup.sh
- Procfile
- requirements.txt
Link to Heroku App: https://heroku-data-explorer-app.herokuapp.com/