import pandas as pd dataframe = pd.DataFrame(data) column = (dataframe.select_dtypes(include=[\'integer\'])) >= 2 print(column)
returns a datafra