Temporary table from dataframe fix
Creating a temporary table from a dataframe would append the data when run successively, this fix creates the table afresh each time.
Creating a temporary table from a dataframe would append the data when run successively, this fix creates the table afresh each time.