-
Notifications
You must be signed in to change notification settings - Fork 91
Feature Request: Appender #193
davisylvestre
started this conversation in
Ideas
-
Why do you want this feature?
It allows for the bulk insertion of a generator without necessarily going through the dataframe.
I was unable to locate an alternative method in the documentation, if there is one.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
I implemented an experimental python binding to the DuckDB C Appender API here: https://pypi.org/project/bareduckdb/
Note: this is just an experiment/proof of concept... this could be ported to DuckDB-Python fairly easily.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment