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
Is this by design? why would loading a huge dataframe impact the runtime on the second dataframe? is there some hidden state that i'm not considering? is there a way to avoid the issue?
The text was updated successfully, but these errors were encountered:
General
Acknowledgement
pandas
without alone (withoutpandarallel
)before writing a new bug report
Bug description
initialization:
the following code:
takes about 5 seconds to run, while if i do:
the following code:
takes about 1 minute to run.
Is this by design? why would loading a huge dataframe impact the runtime on the second dataframe? is there some hidden state that i'm not considering? is there a way to avoid the issue?
The text was updated successfully, but these errors were encountered: