News

With the data loaded in, we can start looking at it. To see a simple bar chart of the total bill during the days of the week, use the catplot function: sns.catplot(x= 'day',y= 'total_bill',kind= 'bar' ...