ComenzarEmpieza gratis

Rajasthan normalized

In this exercise, you will visualize the probability distribution of commodity prices in the state of Rajasthan, India, using a normalized histogram and a density plot.

The DataFrames and StatsPlots packages have already been imported, and we have the rajasthan DataFrame available for analysis.

Este ejercicio forma parte del curso

Introduction to Data Visualization with Julia

Ver curso

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

# Plot histogram
____(
	rajasthan."____",
    ____="Rajasthan",
)
Editar y ejecutar código