Skip to content
 
 

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Domain of interest: music

Interest in the field:

  • TODO

Examples of data driven project:

Data-driven questions:

  • What is the relationship between the duration of the song and its popularity?
  • What is the evolution of the popularity accross time?
  • Are 'happy songs' more popular than 'sad songs'?

Finding Data

Spotify Web API

  • The data is collected directly from Spotify. The aritists themselves upload their music into the database.
  • As it is a Web API, there is not a definite number of rows or columns in the dataset. It depends on the query. The documentation of the object model returned by the API can be found here.
  • With this data, we could answer the first and last questions proposed.

Music CSV File.

  • This library comes from the Million Song Dataset, which used a company called the Echo Nest to derive data points about one million popular contemporary songs. The Million Song Dataset is a collaboration between the Echo Nest and LabROSA, a laboratory working towards intelligent machine listening. The project was also funded in part by the National Science Foundation of America (NSF) to provide a large data set to evaluate research related to algorithms on a commercial size while promoting further research into the Music Information Retrieval field. The data contains standard information about the songs such as artist name, title, and year released. Additionally, the data contains more advanced information; for example, the length of the song, how many musical bars long the song is, and how long the fade in to the song was.
  • There are 10,000 rows and 35 columns.
  • With this dataset, we could solve the first question proposed.

About

The subject Data Process

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors