I am running an apply function on a pandas data frame using pandarallel package with initializing 4 cores. But unfortunately the process os not processing even a single records. Where as the same without Pandarallel parallel functionality taking 3 Min to complete the process.
Running the experiment on a 1000 records dataframe. Actually I have 2 Million dataset, that's where I am looking into pandarallel.
Attaching the screenshot for the same
The size of the dataset is 6 MB and RAM is 16 GB. What could be the issue of this deadlock situation?