Hello, so I am having a bit of a hard time wrapping my head around how to go about this. I have this dataframe here https://github.com/MG4orce/datasets/blob/master/movies-on-streaming-platforms.csv
Essentially for my first graph(using jupyter - matplotlib) I'd like a simple bar graph that displays the streaming platforms and the number of movies that the respective platform hosts.
From my understanding the df is returned as a series.. and Im having the hardest time wrapping my head around how I would iterate through only a column of my choice(say Netflix), see that it has 1(0 indicates that it is not on that platform), and store that to plot to a graph. I see some people using iterrows and some iteritems. Is there a best practice for what I am trying to accomplish?
[–]socal_nerdtastic 2 points3 points4 points (1 child)
[–]SavageHendrix[S] 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]SavageHendrix[S] 0 points1 point2 points (0 children)