taxi | R Documentation |
A data set containing information on a subset of taxi trips in the city of Chicago in 2022.
The source data are originally described on the linked City of Chicago data portal. The data exported here are a pre-processed subset motivated by the modeling problem of predicting whether a rider will tip or not.
Whether the rider left a tip. A factor with levels "yes" and "no".
The trip distance, in odometer miles.
The taxi company, as a factor. Companies that occurred few times were binned as "other".
Whether the trip's starting and ending locations are in the same community. See the source data for community area values.
The day of the week in which the trip began, as a factor.
The month in which the trip began, as a factor.
The hour of the day in which the trip began, as a numeric.
tibble
https://data.cityofchicago.org/Transportation/Taxi-Trips/wrvz-psew
taxi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.