Learn R Programming

GTbasedIM (version 1.0.0)

spotify_15: Spotify 15 Dataset

Description

This dataset contains data on musical tastes in Spotify considering only the 15 most listened-to artists from the dataset spotify_original. Details about such artists are available in Davila-Pena et al. (2024) (Section 6.2, Table 11).

Usage

data(spotify_15)

Arguments

Format

A dataframe with 1226 rows (users) and 16 columns, one corresponding to the index number (first column, X) and the remaining 15 corresponding to different artists.

Examples

Run this code
data(spotify_15)
head(spotify_15)

Run the code above in your browser using DataLab