Show the subplot of diamond depth distribution for data science using Python in Anaconda - Jupyter
#import the library Pandas
import pandas as pd
import pandas as pd
#Put the diamond.csv dataset on Root Directory
#Read the dataset
data1 = pd.read_csv('diamond.csv')