Exploring the data
Let's get familiar with the Spotify data, songs
, which is already loaded for you. Before we start developing models, it's a good idea to take a peek at our data to make sure we know everything that is included.
Cet exercice fait partie du cours
Bayesian Regression Modeling with rstanarm
Instructions
- Print the first 6 rows of the dataset.
- Print the structure of the dataset.
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Print the first 6 rows
___(songs)
# Print the structure
___(songs)