Boston Bike Share Rentals

Description: all bike share rentals in Boston on March 8, 2020

Source

Processing: original .csv was trimmed down to just include data from March 8th, gender classification was changed to a string

Columns:

  • Trip Length in Seconds (numerical): length of the trip in seconds
  • Start Time (string): time that the bike was checked out
  • Stop Time (string): time that the bike was returned
  • Start Station ID (numerical): id number of the station where the bike was checked out
  • Start Station Name (string): name of the station where the bike was checked out
  • Start Station Latitude (numerical): geographic latitude of the station where the bike was checked out
  • Start Station Longitude (numerical): geographic longitude of the station where the bike was checked out
  • End Station ID (numerical): id number of the station where the bike was returned
  • End Station Name (string): name of the station where the bike was returned
  • End Station Latitude (numerical): geographic latitude of the station where the bike was returned
  • End Station Longitude (numerical): geographic longitude of the station where the bike was returned
  • Bike ID (numerical): ID of the bike that was used
  • User Type (string): type of bike rider, if someone has a monthly or yearly membership they are a member, if someone is just using a bike for the day they are a customer
  • Birth Year (numerical): year the rider was born
  • Gender (string): gender of the rider, they are not required to provide this information

Found a bug in the documentation? Let us know at documentation@code.org