以下为卖家选择提供的数据验证报告:
数据描述
Context
Sourced from an open-data repository, the dataset is provided by a Chicago-based bike-sharing company. It includes information about trips made with the bike-sharing service and the available bike-dock stations. Initially assigned as part of the Google Data Analytics course, I was tasked with analyzing a bike-sharing service dataset for insights. This led me to an open-data source, and after a thorough data cleaning process, the finalized dataset is now shared on this page. Further details about the data cleaning process can be found in this Medium story.
Content: Data Descriptions
Within the dataset package, you will find two distinct schemas or tables: 'trips' and 'stations,' each contained in the form of a CSV file.
1. Trips
Table
The trips
table contains records of trips done with the bike-sharing service. The fields for this table are:
trip_id
: unique ID attached to each trip takenstarttime
: date and time trip started, in CSTstoptime
: date and time trip ended, in CSTbikeid
: ID attached to each biketripduration
: time of trip in secondsfrom_station_name
: name of station where trip originatedto_station_name
: name of station where trip terminatedfrom_station_id
: ID of station where trip originatedto_station_id
: ID of station where trip terminatedusertype
: "Customer" is a rider who purchased a 24-Hour Pass; "Subscriber" is a rider who purchased an Annual Membershipgender
: gender of rider, only available for Subscribers i.e. NULL for “Customer”birthyear
: birth year of rider, only available for Subscribers i.e. NULL for “Customer”
2. Stations
Table
The stations
table contains records of available bike-dock stations as of 2016. The fields for this table are:
id
: unique ID attached to each stationstation_name
: station namelatitude
: station latitudelongitude
: station longitudedpcapacity
: number of total docks at each station as of 12/31/2016online_date
: date the station went live in the system
Acknowledgements: Sources & License
Original (raw-data) source can be found here, provided under the license.
