Draft a SQL that creates a table using DDL derived from a dataframe. Drafting is stopped if the given tablename or fields in the dataframe are a SQL reserve word.
1 | draftCreateTableFromDF(schema, tableName, data, if_not_exists = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.