Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Visualize Sales Performance | Business Data Visualization
Python for Business Analysts
セクション 2.  3
single

single

bookChallenge: Visualize Sales Performance

メニューを表示するにはスワイプしてください

Clear visualizations are essential for helping stakeholders quickly understand business performance. By transforming raw data into well-designed charts, you enable decision-makers to instantly spot trends, compare product results, and identify opportunities or issues. A good chart can reveal insights at a glance, making complex information accessible and actionable for everyone in your organization.

タスク

スワイプしてコーディングを開始

Implement a function plot_sales_performance(summary_dict) that takes a dictionary mapping product names to their total revenues and generates a bar chart visualizing this data.

  • The x-axis must display product names.
  • The y-axis must display revenues.
  • The chart must have a title.
  • Each bar must display a value label above it showing the revenue.

解答

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

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

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

セクション 2.  3
single

single

AIに質問する

expand

AIに質問する

ChatGPT

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

some-alt