Ridehailing Price
This dataset is based on a Kaggle dataset that simulates rides in Boston for Lyft & Uber. We extrapolated this data for Lyft to 2021 to provide live analytics.
Accessing the data​
The table for this dataset is lyft_data
. Visit our Accessing the Data page to get the appropriate database or data warehouse credentials.
Data schema​
Ridehailing dataset has the following structure:
- source
- destination
- PeriodOfDay
- DayofWeek
- name
- num_rides
- distance
- price: ideal metric column
- date: datetime column
Acknowledgement​
We thank RaviMunde for providing the base dataset.