Skip to content

How do I create a table directly in a specific backend based on the schema of an existing ibis dataframe? #8130

Answered by cpcloud
stereoF asked this question in Q&A
Discussion options

You must be logged in to vote

Your specific question can be accomplished with your original code minus the overwrite=True bit:

con2.create_table("my_table", schema=table_from_con1.schema())

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cpcloud
Comment options

Answer selected by cpcloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants