Exploring data.tables
In this exercise, you will explore two data.table
s:
netflix
: contains information about some of the Netflix original series released in 2017imdb
: contains ratings for some TV shows and movies obtained from IMDB
This course touches on a lot of concepts you may have forgotten, so if you ever need a quick refresher, download the data.table Cheat Sheet and keep it handy!
Diese Übung ist Teil des Kurses
Joining Data with data.table in R
Anleitung zur Übung
Interaktive Übung
Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.
# What data.tables are in my R session?
___
# View the first six rows
___(___)
___
# Print the structure
___(___)
___