I am using an IMDB dataframe here:
My goal is to get the top 10 drama movies. This is in the genre column, along with other genres like 'action', 'adventure', 'comedy' etc. How would I go about grabbing just the movies with the 'drama' values?
I am using an IMDB dataframe here:
My goal is to get the top 10 drama movies. This is in the genre column, along with other genres like 'action', 'adventure', 'comedy' etc. How would I go about grabbing just the movies with the 'drama' values?