Section 1. Chapter 10
single
Challenge: Report Key Operational Metrics
Swipe to show menu
Task
Swipe to start coding
Given a DataFrame with columns event_timestamp (datetime) and processing_duration (seconds), calculate and print a summary report of average processing time and throughput (events per hour).
- Compute the average of the
processing_durationcolumn. - Determine the total number of hours between the earliest and latest
event_timestampvalues. - Calculate throughput as the number of rows in the DataFrame divided by the total hours.
- Print a summary report showing average processing time (rounded to two decimal places) and throughput (rounded to two decimal places).
Solution
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 10
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat