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

performance of split #52

Open
oweno-tfwm opened this issue Aug 9, 2023 · 0 comments
Open

performance of split #52

oweno-tfwm opened this issue Aug 9, 2023 · 0 comments

Comments

@oweno-tfwm
Copy link
Contributor

call to split was taking around 60s on full
timetable file - longer than the subsequent multi-threaded section. Replacing
with a transpose of the dataframe reduces this to 3s or so. The transpose
causes the named dataframe to be coerced into a unnamed vector of int, so we
have to index into the vector by number, and convert the date coerced into
int back into a date.

0001-performance(second).patch

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

No branches or pull requests

1 participant