201408_README.txt 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. FILE LIST
  2. 1) 201408_status_data.csv – approx. 18 million records of status data (bike and dock availability)
  3. 2) 201408_station_data.csv – 70 records – station latitude, longitude, name, dockcount, installation date
  4. 3) 201408_trip_data.csv – approx. 171,000 records of individual trips
  5. 4) 201408_weather_data.csv – 920 records of daily weather by city
  6. Files contain data from 3/1/14 to 8/31/14.
  7. 1) STATUS DATA
  8. FILE = "201408_status_data.csv"
  9. -station_id: station ID number (use "201408_station_data.csv" to find corresponding station information)
  10. -bikes_available: number of available bikes
  11. -docks_available: number of available docks
  12. -time: date and time, PST
  13. 2) STATION INFORMATION
  14. FILE = "201408_station_data.csv"
  15. -station_id: station ID number (corresponds to "station_id" in "201408_status_data.csv")
  16. -name: name of station
  17. -lat: latitude
  18. -long: longitude
  19. -dockcount: number of total docks at station
  20. -landmark: city (San Francisco, Redwood City, Palo Alto, Mountain View, San Jose)
  21. -installation: date that station was installed
  22. 3) TRIP DATA
  23. FILE = "201408_trip_data.csv"
  24. -Trip ID: numeric ID of bike trip
  25. -Duration: time of trip in seconds
  26. -Start Date: start date of trip with date and time, in PST
  27. -Start Station: station name of start station
  28. -Start Terminal: numeric reference for start station
  29. -End Date: end date of trip with date and time, in PST
  30. -End Station: station name for end station
  31. -End Terminal: numeric reference for end station
  32. -Bike #: ID of bike used
  33. -Subscription Type: Subscriber = annual member; Customer = 24-hour or 3-day member
  34. -Zip Code: Home zip code of user (only available for annual members)
  35. 4) WEATHER DATA
  36. FILE = "201408_weather_data.csv"
  37. Daily weather information per service area. Weather is listed from north to south (San Francisco, Redwood City, Palo Alto, Mountain View, San Jose).
  38. -Max_Visibility_Miles
  39. -Mean_Visibility_Miles
  40. -Min_Visibility_Miles
  41. -Precipitation_In "numeric, in form x.xx but alpha ""T""= trace when amount less than .01 inch"
  42. -Cloud_Cover "scale of 0-8, 0=clear"
  43. -Events "text field - entries: rain, fog, thunderstorm"
  44. -zip code: 94107=San Francisco, 94063=Redwood City, 94301=Palo Alto, 94041=Mountain View, 95113= San Jose"