Fancy Indexing

Let’s learn about fancy indexing in Python.

We'll cover the following...

Fancy indexing allows us to select entire rows or columns out of order.

Let’s create a NumPy array to see how it works!

Do you remember zeros(), range(), shape and broadcasting? ...