Open mir-am opened 2 years ago
The speed of preprocess is quite significantly improved by using parallel_apply() for processing functions' arguments and reducing the depth of parametric types. parallel_apply() is used from pandarallel.
preprocess
parallel_apply()
The speed of
preprocess
is quite significantly improved by usingparallel_apply()
for processing functions' arguments and reducing the depth of parametric types.parallel_apply()
is used from pandarallel.