generate a bar plot using matplotlib. #filter the dataframe on student grades, so we can plot that variable df = df[['grade']] #set up the plot my_plot ...
確定! 回上一頁