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
19 changes: 19 additions & 0 deletions .gitignore.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

# Created by https://www.toptal.com/developers/gitignore/api/jupyternotebooks
# Edit at https://www.toptal.com/developers/gitignore?templates=jupyternotebooks

### JupyterNotebooks ###
# gitignore template for Jupyter Notebooks
# website: http://jupyter.org/

.ipynb_checkpoints
*/.ipynb_checkpoints/*

# IPython
profile_default/
ipython_config.py

# Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/

# End of https://www.toptal.com/developers/gitignore/api/jupyternotebooks
159 changes: 0 additions & 159 deletions Kick-Off.md

This file was deleted.

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

# Welcome to the Barcelona Project!The 50 most frequent names in Barcelona by decade
* Nathalie Hubl & Jose Martinez

* DATA ANALYTICS BOOTCAMP - March 2021

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


## Project Description
In this project we will introduce you an analysis of the most frequent names in the city of Barcelona in the last century.


## Questions & Hypotheses
We would like to answer questions like the following ones:
- Which are the most frequent names for every decade?
- Are the names changing through the time?
- Can we infer any population tendency based on the names?
- Is there any foreign influence appearing lately?


## Dataset
We used a public databese named *most_frequent_names: 50 Most common names of the inhabitants of Barcelona, disaggregated by decade of birth and sex.* from the website Barcelona Open Date [Dataset](https://opendata-ajuntament.barcelona.cat/data/en/organization/demografia)

## Database
The database was imported as a Comma-Separated Values (CSV)

## Workflow
- Choosing a database related to the city of Barcelona
- Asking questions and making hypothesis
- Exploring and cleaning data using Pandas library
- Finding some insights and final conclusions

## Links

[Repository](https://github.com/JoseMtnz/Project-Week-2-Barcelona)
[Slides](https://www.canva.com/design/DAEabAC4BFg/88ThwOD9WgcA52SttA_IxQ/view?utm_content=DAEabAC4BFg&utm_campaign=designshare&utm_medium=link&utm_source=sharebutton)

Loading