Y
Hacker News
new
|
ask
|
show
|
jobs
by
__mharrison__
873 days ago
I have a section on speeding up pandas code in Effective Pandas 2. It discuss using NumPy, Cython, and Numba to make pandas faster. In general, numba is magic and makes (decorated) pure Python run fast!