I want to get specific elements in a data-frame in python. The specific question asks:
"Write a program that prints all the movies that the ‘title’ includes the string ‘love’"
I've been stuck on this rather simple question for a while now and I figured that I should probably use a for loop, but I just can't figure it out