Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Oppiskele Challenge: Compare Sales and Profit | Business Data Visualization
Practice
Projects
Quizzes & Challenges
Visat
Challenges
/
Python for Business Analysts
Osio 2. Luku 7
single

single

bookChallenge: Compare Sales and Profit

Pyyhkäise näyttääksesi valikon

Comparing sales and profit side by side is essential for business analysis because it reveals products that may generate high revenue but yield low profit. By visualizing both metrics together, you can quickly spot items that, despite strong sales, might have high costs or low margins, as well as products that are both strong sellers and highly profitable. This insight helps you identify where to focus efforts to improve profitability and avoid relying solely on revenue figures when making strategic decisions.

Tehtävä

Swipe to start coding

Write a function compare_sales_profit(sales_list, profit_list, product_names) that creates a matplotlib figure with two subplots: one bar chart for sales and one bar chart for profits, both labeled and titled for clarity.

  • Create a matplotlib figure with two subplots arranged in one row and two columns.
  • In the first subplot, plot a bar chart of sales_list with product_names as labels.
  • In the second subplot, plot a bar chart of profit_list with product_names as labels.
  • Add appropriate titles and axis labels to both subplots.

Ratkaisu

Switch to desktopVaihda työpöytään todellista harjoitusta vartenJatka siitä, missä olet käyttämällä jotakin alla olevista vaihtoehdoista
Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 2. Luku 7
single

single

Kysy tekoälyä

expand

Kysy tekoälyä

ChatGPT

Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme

some-alt