dolthub / doltpy

A Python API for Dolt
Apache License 2.0
55 stars 13 forks source link

Dolt.schema_import should support a dataframe, {}, and [] interface #20

Closed timsehn closed 4 years ago

timsehn commented 4 years ago

We should support DataFrames, lists and dictionaries as supported input to schema_import. We should also allow the user to control replace, create, etc.

oscarbatori commented 4 years ago

Duplicate of #15