Y
Hacker News
new
|
ask
|
show
|
jobs
by
mynewtb
2809 days ago
So what? Pandas and numpy are still use with Python code using their APIs. The implementation details are not something the users care about. They write Python.
1 comments
dunpeal
2809 days ago
Not sure what you're arguing. If you use numpy and pandas properly, most of your computations happen in optimized C routines.
So you will write Python, but get very good resource (both time and space) efficiency.
link
So you will write Python, but get very good resource (both time and space) efficiency.