Plot a histogram
Let's further investigate the retinol
dataset. Your task now is to create a histogram of the plasma retinol
feature.
Cet exercice fait partie du cours
Practicing Coding Interview Questions in Python
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Plot a simple histogram of the plasma retinol feature
plt.____
____