-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Renaming a column prevents from getting it later #295
Comments
Oh interesting. Thanks I'll fix this ASAP. @undavide Here's an alternative way to the get the column in the meantime: df.column("new_name").print(); |
FIXED |
Describe the bug
If I rename a column it's then impossible to get it
To Reproduce
The column is now inaccessible, I can't reference it via
"new_name"
, nor the old"A"
Expected behavior
df["new_name"]
should return the same column the old name providedDesktop (please complete the following information):
Thank you!
The text was updated successfully, but these errors were encountered: