This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I have a working script and it usually runs with and without multiprocessing. I expanded the script and now it works without multiprocessing but not with the multiprocessing. I suspect CPU or memory limits are being hit on a single core/thread basis. Does anyone know what might be going on here and/or how to fix this issue?
More info: Im using pandas, numpy, and it is importing a 550 x 1000 dataframe from excel. It is performing extensive calcs on this data so I think it might be a CPU issue??
Any help is appreciated. Thanks in advance.
Subreddit
Post Details
- Posted
- 4 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/learnpython...