Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
159 changes: 0 additions & 159 deletions Kick-Off.md

This file was deleted.

77 changes: 77 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<img src="https://bit.ly/2VnXWr2" alt="Ironhack Logo" width="100"/>

# Public Transport Systems in Barcelona
*[Emanuele Pireddu, Aleksandar Nikolov, Kübra Bektas]*

*[DA FT 2021, Remote & 2021-06-08]*

## Content
- [Project Description](#project-description)
- [Questions & Hypotheses](#questions-hypotheses)
- [Dataset](#dataset)
- [Database](#database)
- [Workflow](#workflow)
- [Organization](#organization)
- [Links](#links)


## Project Description <a class="anchor" id="project-description"></a>
This project analyzes the accessibility of public transportation in Barcelona.
Hereby the focus is on the number of bus, metro and/or taxi stops in certain areas e.g. around sightseeings.
We chose this project because we believe we can draw conclusions on the density of the various elements offered by the public transportation entity.

## Questions & Hypotheses <a class="anchor" id="questions-hypotheses"></a>
-Nº of bus stops, metro, taxi stops per Region
-Percentage of missing values in columns: District and Neighborhood
-Nº of metro stations, bus stops, etc in a given district with an important sightseeing/cultural element, ex: Sagrada familia Cathedral is in ''Eixample'' District
-What types of factors make public transport less/more accessible (frequent, ex: more schools, hospitals means more bus stops?)
-Mean prices, time per distance covered, frequency of buses on time of day (how much less frequent are the buses if it's night time, holiday, etc)

Hypothesis: We think that there is a positive correlation between the number of bus/metro/taxi stops and the location of sightseeings.


## Dataset <a class="anchor" id="dataset"></a>
Transportation --> bus-stops.csv
Transportation --> public-transport.csv
own file with the locations of the most important sightseeings (source: Wikipedia)


## Database <a class="anchor" id="database"></a>

We used the Transportation Dataset for Barcelona and added one more data set with top 10 sights in barcelona.

accidents-2017: List of accidents handled by the local police in the city of Barcelona.
bus-stops: Bus stops, day bus stops, night bus stops, airport bus stops of the city of Barcelona.
public-transport: Public transports (underground, Renfe, FGC, funicular, cable car, tramcar, etc) of the city of Barcelona.
sights: List of top 10 sightseeings of Barcelona


## Workflow <a class="anchor" id="workflow"></a>

Brainstorming + Questions
Collaboration Tools
Trello Board + Work Division
Data Cleaning + external Data
Dataframe Filters
Learnings and Problemsolving
Presentation

## Organization <a class="anchor" id="organization"></a>

For the project we used following tools:

-deepnote: for collaboration on the code
-Prezi: for collaboration on the presentation
-Zoom: for communication
-Trello: work organization and dividing the work


Repo:
We have two folders named "datasets" and "your-project" as well as a README file. The "datasets" folder contains the sights csv file and another folder with the given datasets.
The "your-project" folder contains the main project file.

## Links <a class="anchor" id="links">

[Repository](https://github.com/)
[Prezi](https://prezi.com/view/L0ZtzqkR6dnPWjh1MEaq/)
[Trello](https://trello.com/b/vlSxgmBi/project-public-transportation-in-barcelona)
Loading