Support the project! The site exists thanks to the community. If the help covers the expenses - the platform remains free.Support →
SQL code copied to buffer
Task 13:

Most Common Pickup Hour

Analyze the yellow_tripdata table to determine the number of trips and the most common pickup hour for each payment type. Your output should include the following columns:
- payment_type: The type of payment used for the trip.
- trip_count: The total number of trips for each payment type.
- most_common_pickup_hour: The hour during which pickups are most frequently made, calculated from the tpep_pickup_datetime.

Sort the results by payment_type in ascending order.

Use DuckDB syntax to write your answer. Descriptions of tables are provided in the right pane.

Write your request in the field below and click the "Check it!" button.
Get hint
Copy code Clear editor

Hi! Could we please enable some services and cookies to improve your experience and our website?

Privacy & Cookie Policy.