nice_ride_2018.Rd
Data from MN niceride in 2018 including one row for each trip excluding those less than one minute and more than 5 hours, trips to/from test stations at warehouses, or taken by staff servicing and inspecting the system.
data(nice_ride_2018)
A data frame with 412423 rows and 16 variables:
length of trip, seconds
start time and date
end time and date
none if dockless ride
none if dockless ride
none if dockless ride
none if dockless ride
Customer = Single ride or Day pass; Subscriber = Annual or Monthly member
Birth year of rider
0 = unknown; 1 = male, 2 = female
Classic or Dockless
Index of bucket "niceride-data"
MN niceride https://www.niceridemn.com/system-data
data(nice_ride_2018) barplot(table(nice_ride_2018$usertype), main="User Types in the MN Niceride System", xlab="")