From this StackOverflow thread, in Julia 1.3 there is convenient syntax var"name" to evaluate a name string into a variable. The documentation is here (thanks to @Tamas_Papp). See examples below with Julia 1.4.2.
Is it possible to convert a variable name to a string or vice versa in a marco? Iâm working with dataframes, but I might also try to do the same thing with dictionaries.