Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Oppiskele Challenge: Visualize Low Stock Medications | Pharmaceutical Data Handling
Practice
Projects
Quizzes & Challenges
Visat
Challenges
/
Python for Pharmacists
Osio 1. Luku 5
single

single

bookChallenge: Visualize Low Stock Medications

Pyyhkäise näyttääksesi valikon

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.

Tehtävä

Swipe to start coding

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.

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 1. Luku 5
single

single

Kysy tekoälyä

expand

Kysy tekoälyä

ChatGPT

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

some-alt