-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Provide a simple workflow with documentation on how a table may be initially created, while exposing what will happen before objects are created.
# this method doesn't exist, but would be useful as an intermediate step
schema = sql.infer.table_from_dataframe(df)
Then this workflow could follow.
sql.create.table(schema)
sql.write.insert(df)
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request