I would like to create a data frame column name like " Price - $/l " but i can’t find the right syntax…
Anyone knows how I could create my dataframe column name that contains special characters like "/’ ? Thanks a lot !!
Thanks for your help @rdeits and @bkamins ! By information, I can’t solve my problem by using the solution presented by @rdeits, the code didn’t work in my Julia version, I have not updated my version yet and I got a message error by only reproducing its solution. The solution that matched to my problem was provided by the user @bkamins.
@jayce_ram Remove [ and ] in the solution of @rdeits and it will work on older versions of the DataFrames.jl package like this (in other word pass a sequence of Pair positional arguments not a vector of them):