rogers1000 / cyclingchaos

Cycling Data Package
6 stars 0 forks source link

results_pivot() iteration 2 is horribly inefficient #24

Closed rogers1000 closed 4 months ago

rogers1000 commented 5 months ago

Need to go through the code and limit the amount of data frames that are created, just by doing that it should help the efficiency in terms of memory usage.

rogers1000 commented 4 months ago

redid code so now doesn't create crazy amount of dfs and makes minimum number required.