I did the following on a DataFrame, but got error. What should I do instead?

julia> df = insert!(df, 25, dfa)
ERROR: `insert!` has no method matching insert!(::DataFrame, ::Int64, ::DataFrame)

Reply via email to