I have a dataframe that has a column 'release_year" that holds the release years of movies. I need to count how many times "2011" shows up in the column "release_year"
I'm allowed to use pandas, numpy and matplotlib
I couldn't get any of the commands to work in my DF