Explore uses of DuckDB to create a single column to iterate #716
Labels
Type: improvement
Better way of doing something
Zone: data & import
Interfacing between database and Julia
What and Why
What is better, to iterate over the
:raw
DB table and get therow.column
or to useSELECT
to get a single column as result, but then pipe to DataFrame. This might improve this part of the code.Possible Drawbacks
No response
Related Issues
No response
The text was updated successfully, but these errors were encountered: