-
Notifications
You must be signed in to change notification settings - Fork 11
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
ability to rename columns? #68
Comments
@cboettig nice idea! The interesting thing about the workhorse function that roomba's wrapped around, For this v1 we decided not to allow the user to filter in the Renaming feels like a nice-to-have, but if we were to make the inputs to Would love to hear what you think about allowing for filtering and concatenating the conditionals! |
Very cool. Yeah, it makes total sense to keep the syntax simple even at the cost of features -- we already have a bunch of feature-rich queries like So I agree that it doesn't make sense to start adding too many different optional arguments inside |
Ah that's a really cool idea! We could even store all the operations the user wants to do and then carry them out in something like
I suppose it doesn't matter perfomance-wise whether the |
This package is very exciting, great work! Our
dataspice
team was thrilled to see how nicely it already handles common requests on adataspice.json
file, e.g.:It would be great if the
cols
argument could take a named list that could also rename the output columns on the fly:The text was updated successfully, but these errors were encountered: