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

Consider speed enhancements #144

Open
nicklucius opened this issue Sep 11, 2017 · 0 comments
Open

Consider speed enhancements #144

nicklucius opened this issue Sep 11, 2017 · 0 comments

Comments

@nicklucius
Copy link
Contributor

RSocrata uses rbind.fill from the plyr package to combine the results from each page of a dataset (Socrata maxes out at 50K rows of data per page).

We might be able to get a performance enhancement by using rbindList in data.table or rbind_all in dplyr:

https://stackoverflow.com/questions/18003717/is-there-any-efficient-way-than-rbind-filllist/23923024#23923024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant