Skip to content

Names with spaces #326

@statspy-ml

Description

@statspy-ml

everything goes well with simple column names like "Name", "Full_Name", "Age", but i cant get it done when i have field names with spaces like "Full Name", "ID Number".
This works,

df = x |>
@filter(_.Age > 2) |>
@map({_.Name}) |>
DataFrame  

this does not work:

df = x |>
@filter(_.Age> 2) |>
@map({_."Full Name"}) |>
DataFrame

What i am doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions