Plot a histogram
Let's further investigate the retinol dataset. Your task now is to create a histogram of the plasma retinol feature.
Este exercício faz parte do curso
Practicing Coding Interview Questions in Python
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
# Plot a simple histogram of the plasma retinol feature
plt.____
____