Export Image
Export Code

2024 Uber Data

Ben Trantanella

0 views in last 90 days
Last edited Sep 05, 2025
Created on Sep 05, 2025
Forked from Loading Data

https://www.kaggle.com/datasets/sahilislam007/college-student-placement-factors-dataset

This datset shows the data from rides done by Uber during the year 2024. The items in this data set are specific rides that happened, and the attributes are as follows:

  1. Date: Oridinal, sequential
  2. Time: Ordinal, sequential
  3. Booking ID: Categorical
  4. Booking Status: Categorical
  5. Customer ID: Categorical
  6. Vehicle Type: Categorical
  7. Pickup Location: Categorical
  8. Drop Location: Categorical
  9. Avg VTAT: Quantitative, sequential
  10. Avg CTAT: Quantitative, sequential
  11. Cancelled rides by Customer: Categorical
  12. Reason for cancelling by Customer: Categorical
  13. Cancelled rides by driver: Categorical
  14. Driver cancellation reason: Categorical
  15. Incomplete rides: Categorical
  16. Booking value: Quantitative, sequential
  17. Ride distance: Quantitative, sequential
  18. Driver rating: Quantitative, sequential
  19. Customer rating: Quantitative, sequential
  20. Payment method: Categorical
MIT Licensed