Fading Coder

One Final Commit for the Last Sprint

Analyzing Ride-Hailing Driver Metrics with SQL Window Functions

Data Schema ride_requests table: user_id: Passenger identifier location: City name request_ts: Timestamp of ride request request_end_ts: Timestamp when request period ends booking_id: Unique order identifier (null until accepted) ride_orders table: booking_id: Unique order identifier user_id: Passen...