ComeçarComece de graça

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 exercício faz parte do curso

Bayesian Regression Modeling with rstanarm

Ver curso

Instruções do exercício

  • Print the first 6 rows of the dataset.
  • Print the structure of the dataset.

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Print the first 6 rows
___(songs)

# Print the structure
___(songs)
Editar e executar o código