La chaîne de masque Pandas contient

data[(data.Exchange == 'INDX') & (data.Name.str.contains('Dow'))]
Tirbo06