Skip to content

Make string functions work on columns typed as Any #264

@timotaularson

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions