Issues handling Pandas valid column names #265
JohnOmernik
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've noticed that if you have a pandas column that has a - or a space in it (probably other characters too) that Pandas finds acceptable, this can completely break Fugue when doing something as simple as a SELECT * from the Dataframe. Some random thoughts on this:
Beta Was this translation helpful? Give feedback.
All reactions