Home > Software design >  How to Fix Histogram for Frequency of Years with matplotlib?
How to Fix Histogram for Frequency of Years with matplotlib?

Time:07-19

I'm trying to create a simple histogram with the x-axis as years and the y-axis as the count of each year. Using pandas, I created a data frame, called df1, from a CSV seen below, where it's just a single column of years. enter image description here

  • Related