Skip to content
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

Rename vars very slow #103

Open
timcadman opened this issue Jan 6, 2022 · 1 comment
Open

Rename vars very slow #103

timcadman opened this issue Jan 6, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@timcadman
Copy link
Owner

This is still very slow. I think it is to do with removing the old variables and creating a new dataframe - you can see that it is performing operations on all variables in dataframe. Perhaps I could use ds.merge somehow - maybe quicker?

@timcadman timcadman added the enhancement New feature or request label Jan 6, 2022
@davraam
Copy link

davraam commented Jan 7, 2022

Hi Tim, It would be better if we write a client-server pair of functions for the dsBaseClient/dsBase package that will just do the renaming of column names in dataframes directly on the server-side. such function will be much quicker. What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants