You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if it makes sense to have the table instance be the argument returned or the output of table.columnNames(). But just generally something where the user doesn't have to break out of the chain would be nice.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I had a quick use-case where I wanted to lowercase all of my column names and ended up with this:
Is there a way to do this without having to create a new table object? I was thinking something like this would have been possible:
Not sure if it makes sense to have the table instance be the argument returned or the output of
table.columnNames()
. But just generally something where the user doesn't have to break out of the chain would be nice.Beta Was this translation helpful? Give feedback.
All reactions