It can be lengthy to filter columns of a pandas DataFrame using brackets. To shorten the filtering statements, use df.query instead.
df.query
Link to the Google Colab of this tip.
Link to my previous tips on pandas.