nice_ride: Nice Ride data

nice_rideR Documentation

Nice Ride data

Description

This data contains paired down data from the monthly data downloads from the Nice Ride rideshare program found in the Minneapolis metro area: https://www.niceridemn.com/system-data

Usage

nice_ride

Format

A dataframe with 21,000 rows and 17 columns:

tripduration

Length of bike rental, in seconds

start_station

Station ID where rental started, NULL for dockless bicycle rentals

start_station_name

Station name where rental startedULL for dockless bicycle rentals

end_station

Station ID where rental ended, NULL for dockless bicycle rentals

end_station_name

Station name where rental ended, NULL for dockless bicycle rentals

bikeid

Bicycle ID

usertype

Character variable representing whether user is a customer or a subscriber

birth_year

Year of birth for rentee

sex

Sex of rentee, 0 = ..., 1 = ..., 2 = ...

bike_type

Classic bike rental from station or dockless bike rental

month

Month of rental represented as number, 4 = April, 5 = May, 6 = June, 7 = July, 8 = August, 9 = September, 10 = October

year

Year of bike rental, all in 2019

day

Day of bike rental

hour

Hour the bike was rented

minute

Minute that bike was rented

morning

When the bike was rented, Afternoon (Between noon up to 11 pm), Morning (Betweeen 5 am and up to noon), or Night (After 11 pm to 4 am)

tripduration_minutes

Length of bike rental, in minutes

Source

https://www.niceridemn.com/system-data

Examples

  nice_ride

lebebr01/statthink documentation built on Feb. 13, 2024, 12:59 p.m.