This dataset contains a sample of US movies from 2005.
Movie
: movie nameRun.Time
: run time in minutesBudget
: budget in millions of US dollarsUSGross
: gross amount earned in dollarsGenre
: genre of the movieDrama
: is the movie a drama?Rows: 120
Columns: 6
$ Movie <chr> "White Noise", "Coach Carter", "Elektra", "Racing Stripes", "…
$ Run.Time <dbl> 101, 136, 100, 110, 109, 94, 96, 105, 88, 90, 113, 68, 106, 1…
$ Budget <dbl> 30.0, 45.0, 65.0, 30.0, 30.0, 20.0, 20.0, 25.0, 20.0, 40.0, 5…
$ USGross <dbl> 56094360, 67264877, 24409722, 49772522, 20040895, 82674398, 5…
$ Genre <chr> "Horror", "Drama", "Action", "Comedy", "Action", "Comedy", "H…
$ Drama <chr> "No", "Yes", "No", "No", "No", "No", "No", "Yes", "No", "No",…
# A tibble: 6 × 6
Movie Run.Time Budget USGross Genre Drama
<chr> <dbl> <dbl> <dbl> <chr> <chr>
1 White Noise 101 30 56094360 Horror No
2 Coach Carter 136 45 67264877 Drama Yes
3 Elektra 100 65 24409722 Action No
4 Racing Stripes 110 30 49772522 Comedy No
5 Assault on Precinct 13 109 30 20040895 Action No
6 Are We There Yet? 94 20 82674398 Comedy No