Skip to content

Make string functions work on columns typed as Any #264

Description

@timotaularson

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions