Comment on Use Python in Excel without add-insComments−panzi11ySo this talks via IPC to Excel? How does it perform when working with huge data sets? Is the copying back and forth between the two processes a bigger bottleneck than the Python interpreter itself?−JetSpiegel11yYou can see this limitation in the video, when generating 100^2 random numbers takes a while.
Comments
So this talks via IPC to Excel? How does it perform when working with huge data sets? Is the copying back and forth between the two processes a bigger bottleneck than the Python interpreter itself?
You can see this limitation in the video, when generating 100^2 random numbers takes a while.