CommencerCommencer gratuitement

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.

Cet exercice fait partie du cours

Introduction to Data Visualization with Julia

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Plot histogram
____(
	rajasthan."____",
    ____="Rajasthan",
)
Modifier et exécuter le code