fugue-project / fugue-project/tutorials

Document Support for Escaping Columns Names

Open
#188 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
114
Forks
19
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.