Get startedGet started for free

Best method of vectorization

So far, you have encountered two vectorization methods:

  • Vectorization over pandas Series
  • Vectorization over Numpy ndarrays

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

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise