I could not find any detailed documentation on this point, so what is the difference between a pyspark.pandas.frame.DataFrame and pyspark.sql.dataframe.DataFrame, and where to find the documentation of their methods?
Also how to cast, or convert one into the other and vice versa? Is it always seamless to convert them or some data types are not recognised?