wesm / pydata-book

Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The misunderstanding of chapter A.6

MaxforCherubim opened this issue · comments

There is no differences between Out[167] and Out[169].
Though I know the means, others maybe misunderstand this.
So I recommend to change the In[168] to:
arr[:, 1].sort()