queryverse / Query.jl

Query almost anything in julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make string functions work on columns typed as Any

timotaularson opened this issue · comments

Could this be made to work:
DataFrame(A=Any["SomeStringA"]) |> @mutate(B=rstrip(_.A, 'A'))
Currently it fails with:
ERROR: MethodError: no method matching rstrip(::DataValues.DataValue{Any}, ::Char)