I want to covert pandas df to spark df and save it to hive.
#create spark df from panda dataframe df = self.ss.createDataFrame(dataframe) df.crea