https://github.com/vicba/streamlit-barcelona-data
Visualization of barcelona data from 2013-2017
https://github.com/vicba/streamlit-barcelona-data
data-analysis python streamlit
Last synced: 2 months ago
JSON representation
Visualization of barcelona data from 2013-2017
- Host: GitHub
- URL: https://github.com/vicba/streamlit-barcelona-data
- Owner: Vicba
- Created: 2023-05-10T13:27:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-16T08:46:34.000Z (about 2 years ago)
- Last Synced: 2025-02-16T04:27:23.612Z (4 months ago)
- Topics: data-analysis, python, streamlit
- Language: Python
- Homepage:
- Size: 1.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 👀 Overview
Made this school project that aims to provide interactive visualizations of various datasets related to Barcelona from the years 2013 to 2017. The data covers various aspects of life in Barcelona, such as population, transportation, tourism, ...Hope you like it!
## 🚀 Quick start
Run the following commands to test it out!1. Clone this project
`git clone https://github.com/Vicba/streamlit-barcelona-data.git`
2. Run the script
`streamlit run app.py`
## 🧐 What's inside?
A quick look at the files and directories you'll see in the project.
.
├── data
├── .gitignore
└── README.md1. **`/data`**: This directory will contain all of the data sets csv files that are related to the python file.
2. **`.gitignore`**: This file tells git which files it should not track / not maintain a version history for.
3. **`README.md`**: A text file containing useful reference information about your project.
## 🎓 Learning Stramlit
Looking for more guidance? Full documentation for Streamlit is [on the website](https://streamlit.io/).
- **To dive straight into code samples, go [to the streamlit documentation](https://docs.streamlit.io/).**
Text of project are from myself and [viacheslavliashenko](https://www.kaggle.com/viacheslavliashenko)