Python Compruebe si una variable es un Pandadataframe

import pandas as pd
.....
.....
ifDataframe = isinstance(var, pd.DataFrame)
Purple Team