Best method of vectorization
So far, you have encountered two vectorization methods:
- Vectorization over
pandasSeries - Vectorization over
Numpyndarrays
While these two methods outperform all the other methods, when can vectorization over NumPy ndarrays be used to replace vectorization over pandas Series?
This exercise is part of the course
Writing Efficient Code with pandas
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise