Implement `DataFrame.query` which queries the columns of a DataFrame with a boolean expression according to [pandas.DataFrame.query](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.query.html)
Implement
DataFrame.querywhich queries the columns of a DataFrame with a boolean expression according to pandas.DataFrame.query