The Roller Coaster Database gathers information about every roller coaster in the world, past or present. This dataset contains data for coasters that were new in 2015.
Name
: coaster namePark
: park where the rollercoaster is locatedTrack
: steel or wooden coasterSpeed
: speed in mphHeight
: maximum height in feetDrop
: maximum drop in feetLength
: length in feetDuration
: ride time in secondsInversions
: do the riders turn upside down at any
point?Rows: 241
Columns: 9
$ Name <chr> "Top Thrill Dragster", "Superman The Escap", "Millennium Fo…
$ Park <chr> "Cedar Point", "Six Flags Magic Mountain", "Cedar Point", "…
$ Track <chr> "Steel", "Steel", "Steel", "Steel", "Steel", "Steel", "Stee…
$ Speed <dbl> 120.0, 100.0, 93.0, 85.0, 85.0, 82.0, 82.0, 80.0, 80.0, 80.…
$ Height <dbl> 420.0, 415.0, 310.0, 235.0, 245.0, 160.0, 205.0, 209.0, 165…
$ Drop <dbl> 400.0, 328.1, 300.0, 255.0, 255.0, 228.0, 130.0, 225.0, 133…
$ Length <dbl> 2800, 1235, 6595, 4500, 5312, 3200, 2202, 5843, 1560, 5394,…
$ Duration <int> NA, NA, 165, 180, 210, NA, 62, 163, NA, 240, NA, NA, 155, N…
$ Inversions <chr> "No", "No", "No", "No", "No", "No", "No", "No", "No", "No",…