top | item 18176647

(no title)

mynewtb | 7 years 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.

discuss

order

dunpeal|7 years 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.