Python Vérifiez si une variable est un pandadataframe

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