import matplotlib.pyplot as plt import seaborn as sns sns.histplot(dataset) plt.show() # only when not in jupyter