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.
Diese Übung ist Teil des Kurses
Bayesian Regression Modeling with rstanarm
Anleitung zur Übung
- Print the first 6 rows of the dataset.
- Print the structure of the dataset.
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# Print the first 6 rows
___(songs)
# Print the structure
___(songs)