Python Vérifiez si Pandas DataFrame
import pandas as pd
isinstance(df, pd.DataFrame)
Andrea Perlato
import pandas as pd
isinstance(df, pd.DataFrame)