Parallel Processing in R
A simple guide to parallel processing in R for Product Managers
When working with Data Scientists, it sometimes becomes a requirement for product managers to wrangle some of the data — maybe for a quick insight or for presenting the data in a different format. And sometimes, if you have the inclination, you want to run the code yourself!
So, last week, I found myself neck-deep in some data work. It felt very simple at first, but as things progressed, I figured that the code itself was very linear in approach and could…