Python überprüfen, ob Pandas DataFrame ist

import pandas as pd
isinstance(df, pd.DataFrame)
Andrea Perlato