pandarallel icon indicating copy to clipboard operation
pandarallel copied to clipboard

parallel_apply

Open borisRa opened this issue 5 years ago • 2 comments

Hi,

I have relatively big pandas df , trying to run 'parallel_apply' sometimes it take huge timse to start and sometimes it is just stuck.

Example :

pandarallel.initialize(nb_workers= min(int( os.cpu_count() - 1 ),40), use_memory_fs = False ) my_df.parallel_apply( my_fun, arg1,arg2,....,argn)

Any tips ?

Thanks, Boris

borisRa avatar Sep 13 '20 15:09 borisRa

Any response ?

borisRa avatar Sep 29 '20 15:09 borisRa

same problem

allenzdd avatar Nov 21 '20 10:11 allenzdd

Hi @borisRa, sorry for the delay. I assume this is solved/no longer relevant. If that is not the case, feel free to reopen with a complete minimal working example.

till-m avatar Sep 07 '22 09:09 till-m