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 13.3

MaxforCherubim opened this issue · comments

Between In[114] and In[116]
Should we add the In[115]?

In[115]: names = names.reset_index(drop=True)