Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Report Key Operational Metrics | Automating Reports and Visual Insights
Python Automation for Reports and Visual Insights
セクション 1.  10
single

single

bookChallenge: 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_duration column.
  • Determine the total number of hours between the earliest and latest event_timestamp values.
  • 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).

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 1.  10
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt