Code has been added to clipboard!

Filtering Data With Pandas Groupby

Example
df_filtered = df.query('Age < 30')
print(df_filtered)