セクション 1. 章 10
single
Challenge: Report Key Operational Metrics
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
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).
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 10
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください