Plot a histogram
Let's further investigate the retinol
dataset. Your task now is to create a histogram of the plasma retinol
feature.
Diese Übung ist Teil des Kurses
Practicing Coding Interview Questions in Python
Interaktive Übung
Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.
# Plot a simple histogram of the plasma retinol feature
plt.____
____