Skip to content

Table creation workflow. #18

Open
Open
@jwcook23

Description

@jwcook23

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

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions