You can do something like
import pandas as pd df = Excel("Data!A:AD", headers=True) filtered_df = df[df['project'] == 'bench'] filtered_df