I saw that running the summarize method for over 50 activities in a session can be very slow. Tests showed that a session with 80 activities in order to create a summary frame can take more than 30 minutes.
Any improvements are welcome here.
- pandas code optimization using pandas methods
- consider testing dask (maybe?)
I saw that running the summarize method for over 50 activities in a session can be very slow. Tests showed that a session with 80 activities in order to create a summary frame can take more than 30 minutes.
Any improvements are welcome here.