Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Visualize Low Stock Medications | Pharmaceutical Data Handling
Python for Pharmacists
セクション 1.  5
single

single

bookChallenge: Visualize Low Stock Medications

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

Building on your skills in representing medication data and using pandas for pharmacy applications, you can now tackle real-world inventory problems by filtering and visualizing key information. In pharmacy practice, identifying medications that are running low is crucial for patient care and inventory management. By filtering a DataFrame to find drugs with low stock and creating a clear horizontal bar chart, you make it easy to spot which medications need to be reordered. This approach uses pandas for efficient data selection and matplotlib for effective visualization, ensuring that your results are both accurate and actionable.

タスク

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

Complete the function so that it visualizes medications with low stock using a horizontal bar chart.

  • Filter the DataFrame df to include only rows where the Stock value is less than 15.
  • Create a horizontal bar chart showing the drug names and their stock levels for these filtered medications.
  • Set the x-axis label to "Stock Level", the y-axis label to "Drug Name", and the chart title to "Medications with Low Stock (<15 units)".
  • Ensure the chart is clearly readable and visually tidy.

解答

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

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

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

セクション 1.  5
single

single

AIに質問する

expand

AIに質問する

ChatGPT

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

some-alt