Optimized fast functions by only feeding the parallelized functions the necessary data required for the computation. Then merging the original dataframe afterwords (if required).
Note: Line 228 might be unnecessary, since unpack_json_fast already reduces the size of the dataframe. I don't have a clean way to measure the impact of memory usage during computation.
Optimized fast functions by only feeding the parallelized functions the necessary data required for the computation. Then merging the original dataframe afterwords (if required).
Note: Line 228 might be unnecessary, since unpack_json_fast already reduces the size of the dataframe. I don't have a clean way to measure the impact of memory usage during computation.