import seaborn as sns ... df = sns.load_dataset( 'car_crashes' ). print (df.head()) ... We can also draw a Regression Line in Scatter Plot.
確定! 回上一頁