Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Support for Escaping Columns Names #188

Open
kvnkho opened this issue Jan 3, 2023 · 0 comments
Open

Document Support for Escaping Columns Names #188

kvnkho opened this issue Jan 3, 2023 · 0 comments

Comments

@kvnkho
Copy link
Collaborator

kvnkho commented Jan 3, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant