hello world program in c++
import pandas as pd
row , coloumn = df.shape
year = [2012,2103,2014,2015]
for i in range(0,row) :
if df.iloc[i]['Director'] == "Woody Allen" or df.iloc[i]['Director'] == "Steven Spielberg" or df.iloc[i]['Director'] == "Seth MacFarlane" :
if df.iloc[i]['Year'] in year and df.iloc[i]['Rating'] >= 7:
print(df.iloc[i]['Title'])