DataCritica / spotify-mexico

Analysis of weekly top songs in Spotify Mexico from 2020-12-01 to 2022-02-17

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotify Mexico

Analysis of weekly top songs in Spotify Mexico from 2020-12-01 to 2022-02-17. All the datasets were downloaded from Spotify Charts

Created by: Fer Aguirre


Directory Structure

|- .gitignore              # Customized .gitignore for python projects
|- LICENSE                 # Project's license
|- README.md               # Top-level README for this project
|
|- data                    # Categorized data files                      
| |- processed             # Cleaned data
| |- raw                   # Original data
|
|- docs                    # Explanatory materials
|  |- references           # Papers, manuals, articles, etc.
|  |- data-dictionary.md   # Information about the data
|  |- explore-data.md      # Questions to explore the data
|
|- notebooks               # Jupyter notebooks
|  |- 0.0-process.ipynb    # Data processing (fixing column types, data cleansing, etc.)
|  |- 1.0-analyze.ipynb    # Exploratory data analysis
|  |- 2.0-visualize.ipynb  # Data visualization methods
|
|- outputs                 # Exports generated by notebooks
|   |- tables              # Generated pivot tables to analyze data
|   |- figures             # Generated graphics, maps, etc. to be used in reporting
| 
|- project                 # Python package
|   |- __init__.py
|   |- data                # Functions to manipulate data
|   |   |- load.py         # Module to load data
|   |   |- process.py      # Module to process data
|   |   |- analyze.py      # Module to analyze data
|   |   |- export.py       # Module to save exports
|   |   |- __init__.py
|   |  
|   |- utils               # Functions to make common patterns shorter and easier.
|       |- paths.py        # Module to generate relative paths
|       |- __init__.py
|
|- setup.py                # Import project as a python module
|
|- Pipfile                 # Project dependencies
|
|- index.html              # HTML template for report analysis
|
|- styles.css              # Styles for index.html

License

This project is released under MIT License.


This repository was generated with cookiecutter using a data-journalism template for python.

About

Analysis of weekly top songs in Spotify Mexico from 2020-12-01 to 2022-02-17

License:MIT License


Languages

Language:Jupyter Notebook 87.2%Language:Python 8.3%Language:CSS 2.3%Language:HTML 2.2%