Hacker News new | ask | show | jobs
by thegabriele 434 days ago
Could pandas benefit from this integration?
3 comments

Pandas uses numpy which uses C. So if numpy used CUDA then it would benefit.
What do you have in mind that Pandas will benefit from cuda cores?
I'm absolutely not a pro coder, i just crunch numbers and i would love to see some improvements speed-wise in dataframe operations.
Check out CuDF. I've mentioned them in another comment on this thread.
It seems already a mature and seamless solution. Thank you