TulipaEnergyModel.jl icon indicating copy to clipboard operation
TulipaEnergyModel.jl copied to clipboard

How to get a column from DuckDB directly?

Open datejada opened this issue 6 months ago • 2 comments

What and Why

So we don’t do df -> df.column

We tried this code, but sometimes it fails with r being missing.

r = DBInterface.execute(con, "SQL")
r.tbl.column

@suvayu Any ideas? Maybe it is an async issue

Possible Drawbacks

No response

Related Issues

No response

datejada avatar Jul 31 '24 14:07 datejada