ibis-project / ibis

the portable Python dataframe library
https://ibis-project.org
Apache License 2.0
4.36k stars 540 forks source link

fix(duckdb): use existing table repr for settings view #9155

Closed cpcloud closed 3 weeks ago

cpcloud commented 3 weeks ago

Fixes the repr of the duckdb backend settings property to be the table containing all settings

gforsyth commented 3 weeks ago

Nice!