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
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# Plot a simple histogram of the plasma retinol feature
plt.____
____