Query.jl icon indicating copy to clipboard operation
Query.jl copied to clipboard

Make string functions work on columns typed as Any

Open timotaularson opened this issue 6 years ago • 0 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)

timotaularson avatar Jun 20 '19 19:06 timotaularson