wesm / pydata-book

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

Error on page 352. #98

Closed charbelsako closed 6 years ago

charbelsako commented 6 years ago

The 2 code examples are the same.

In[216]: ts.resample('5min', closed='right').sum()

In[217]: ts.resample('5min', closed='right').sum()

216 should be without the closed='right'

wesm commented 6 years ago

Can you report on O'Reilly's errata system? Thank you!

charbelsako commented 6 years ago

OK. As soon as I figure out where that Is. 😅

charbelsako commented 6 years ago

Submitted or the errata system

wesm commented 6 years ago

thanks!