queryverse / Query.jl

Query almost anything in julia
Other
395 stars 50 forks source link

Make string functions work on columns typed as Any #264

Open timotaularson opened 5 years ago

timotaularson commented 5 years ago

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)