We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Or to escape
where the column name will be a`b and b
The text was updated successfully, but these errors were encountered: