Learn R Programming

GTbasedIM (version 1.0.0)

spotify_original: Spotify Original Dataset

Description

This dataset contains data on musical tastes in Spotify from the last.fm dataset. It informs about which users have listened to which artists. Refer to the source for details.

Usage

data(spotify_original)

Arguments

Format

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

Examples

Run this code
data(spotify_original)
head(spotify_original)

Run the code above in your browser using DataLab