https://duckdb.org/docs/current/guides/python/import_pandas
Import from Pandas – DuckDB
CREATE TABLE ... AS and INSERT INTO can be used to create a table from any query. We can then create tables or insert into existing tables by referring to the...
import from pandasduckdb