Skip to content

Document Support for Escaping Columns Names #188

@kvnkho

Description

@kvnkho

Previously, Fugue did not support column names with spaces. With changed to triad, we now can.

It needs to be updated here:
https://fugue-tutorials.readthedocs.io/tutorials/advanced/schema_dataframes.html#schema

We can now do:

`a b`:int,b:str

Or to escape

`a``b`:int,b:str

where the column name will be a`b and b

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions