I reworked the way to aggregate the data. Instead of doing it in with for loops in python I use dask and pandas with SQL like operations. This should make it easier to add more statistics and maintain and review the code. Also the code is a lot faster and is cleaner in my opinion.
I reworked the way to aggregate the data. Instead of doing it in with for loops in python I use dask and pandas with SQL like operations. This should make it easier to add more statistics and maintain and review the code. Also the code is a lot faster and is cleaner in my opinion.