You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is better, to iterate over the :raw DB table and get the row.column or to use SELECT to get a single column as result, but then pipe to DataFrame. This might improve this part of the code.
name_to_id =Dict(
row.name => i for
(i, row) inenumerate(TulipaIO.get_table(Val(:raw), connection, "assets_data"))
)
Possible Drawbacks
No response
Related Issues
No response
The text was updated successfully, but these errors were encountered:
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: