I want to use loc to filter on multiple cities for the column Name
I've tried filtering using several column names:
popdemo_df.loc[popdemo_df['Name'] == 'Richmond city', ['Name'] == Landsdowne']
I get the following error:
False, unexpected EOF while parsing