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
For instance, set_tbl_col(con, source, cols) where cols::Dict{Symbol,Vector} is the same as converting cols to a DF, importing that DF into DDB with a name alt and then using create_tbl(con, source, alt). So they should have names that better reflect the similarity.
The text was updated successfully, but these errors were encountered:
For instance,
set_tbl_col(con, source, cols)
wherecols::Dict{Symbol,Vector}
is the same as convertingcols
to a DF, importing that DF into DDB with a namealt
and then usingcreate_tbl(con, source, alt)
. So they should have names that better reflect the similarity.The text was updated successfully, but these errors were encountered: