2. First, read the data into the DataFrame object using Pandas library, and then use the groupby method to count the sales by category, and sort the sales from high to low. Finally, draw a bar graph with Matplotlib library and set the angle of title, label and X-axis label.