fugue-project / fugue-project/tutorials
Document Support for Escaping Columns Names
Open
- 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.