This problem requires a Pro subscription. Upgrade to access all 15 industry domains and 1,500+ questions.
Upgrade to ProYou are a Data Analyst at Uber. The operations team wants to review all trip requests from October 2024 to assess seasonal demand patterns heading into the holiday quarter. Trip timestamps in this dataset are stored in ISO 8601 format (e.g., "2024-10-01T11:24:55Z"), so you should use strftime to extract the year and month for filtering.
You are a Data Analyst at Uber. The operations team wants to review all trip requests from October 2024 to assess seasonal demand patterns heading into the holiday quarter. Trip timestamps in this dataset are stored in ISO 8601 format (e.g., "2024-10-01T11:24:55Z"), so you should use strftime to extract the year and month for filtering.