GithubHelp home page GithubHelp logo

faufenger / etl-music-hits Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 196 KB

Extract-Transform-Load data (from live websites [json, csv]) about top music hits for the decade

Jupyter Notebook 100.00%
csv etl loops sql mongodb python

etl-music-hits's Introduction

ETL-Project

Working closely with a team through all phases of the project to ensure that there are no surprises; Imagine a bunch of data came in and you and your team are tasked with migrating it to a production data base.

Using three sources: One CSV file from Kaggle and two intenet sources (Billboard top 100 and Insider), We Extracted, Transformed and Loaded the data into different collections to be further analysed later.

Extract: your original data sources (CSV and JSON).

Sample read in csv format. Also read from live web pages.

spotify csv

Transform: data cleaning and transformations

Billboard loop

Use three a for loops to pull out Title, Artist and Year then perform a merge

billboard for loop

Insider loop

Use a for loop to slpit one line from an internet souces to get desired data

insider for loop

Load: the final database, tables/collections.

Used pandas to merge the data
Using SQL/ pgAdmin resulted inn a dropped row when performing unions
Followed up by verrify all data was transferred properly

check_length_merge

Analyse

Put all repeated titles in a dataframe to see which songs were popular on multiple sorces and years

duplicate df

For more indepth understanding of what was done and the challenges we faced
Please see the word file titled ETL Project.docx

etl-music-hits's People

Contributors

faufenger avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.