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.
Este ejercicio forma parte del curso
Bayesian Regression Modeling with rstanarm
Instrucciones del ejercicio
- Print the first 6 rows of the dataset.
- Print the structure of the dataset.
Ejercicio interactivo práctico
Prueba este ejercicio y completa el código de muestra.
# Print the first 6 rows
___(songs)
# Print the structure
___(songs)