Skip to content

Temporary table from dataframe fix

Compare
Choose a tag to compare
@mratford mratford released this 11 May 11:42
· 172 commits to main since this release
93f90a1

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