Hitting the same problems trying to check the type of variables to pick out DataFrames.Ended up getting around this (temporarily at least) by importing the following instead:from pyspark.sql.connect.dataframe import DataFrameboth 'isinstance(df, Data...