-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Cannot chain column .name operations #14010
Comments
Think this is a similar to #10782? |
I guess this is a bug for panicking but if you want to do multiple string manipulations to the name then do them all in the one
|
In trying to see if I could improve the handling I discovered:
With backtrace on I get:
|
Known limitation, documents updated reflecting said limitation. Stay tuned here for the chainable enhancement. |
Checks
Reproducible example
Log output
No response
Issue description
I just tried to remove spaces AND set my column names to lowercase, in a dot-chained operation. Got the following panic:
Expected behavior
Chaining should work fine, not panicing
Installed versions
The text was updated successfully, but these errors were encountered: