Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade --quiet
import jovian
#A histogram represents the distribution of a variable by creating bins (interval) along the range of values and showing vertical bars to indicate the number of observations in each bin.
import matplotlib.pyplot as plt
import seaborn as sns
%matplotlib inline
flowers_df = sns.load_dataset("iris")