From 5e41939491e40d74840947a06c07b9f8f9201ab1 Mon Sep 17 00:00:00 2001 From: Vladimir Protsenko Date: Thu, 18 Nov 2021 05:35:52 +0000 Subject: [PATCH] Update README.md --- data/README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/data/README.md b/data/README.md index b691e2e..76ff6a8 100644 --- a/data/README.md +++ b/data/README.md @@ -3,8 +3,32 @@ https://www.kaggle.com/benhamner/sf-bay-area-bike-share stations.csv -trips.csv +схема: +``` +id: station ID number +name: name of station +lat: latitude +long: longitude +dock_count: number of total docks at station +city: city (San Francisco, Redwood City, Palo Alto, Mountain View, San Jose) +installation_date: original date that station was installed. If station was moved, it is noted below. +``` +trips.csv +схема: +``` +id: numeric ID of bike trip +duration: time of trip in seconds +start_date: start date of trip with date and time, in PST +start_station_name: station name of start station +start_station_id: numeric reference for start station +end_date: end date of trip with date and time, in PST +end_station_name: station name for end station +end_station_id: numeric reference for end station +bike_id: ID of bike used +subscription_type: Subscriber = annual or 30-day member; Customer = 24-hour or 3-day member +zip_code: Home zip code of subscriber (customers can choose to manually enter zip at kiosk however data is unreliable) +``` ### Stack Overflow Data Dump https://archive.org/details/stackexchange