ibis
ibis copied to clipboard
NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:duckdb
trafficstars
first time trying ibis, using windows 10 and ibis 3.2
import ibis
con = ibis.duckdb.connect() # in-memory database
con.list_tables()
I get the error in the title. I got confused, although duckdb is the default back-end, it has to be installed separately