I have created a bar graph using a dataframe. The x-axis has duplicate values but it is not showing. I have provided the code, dataframe and bar graph below
car_sales.plot(x="Make", y="Odometer (KM)", kind="bar");
Bar graph
Dataframe
2.1m questions
2.1m answers
60 comments
57.0k users