wesm / pydata-book

Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media
Other
22k stars 15.09k forks source link

The misunderstanding of chapter 13.3 #197

Open MaxforCherubim opened 5 months ago

MaxforCherubim commented 5 months ago

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

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