Closed charbelsako closed 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'
closed='right'
Can you report on O'Reilly's errata system? Thank you!
OK. As soon as I figure out where that Is. 😅
Submitted or the errata system
thanks!
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'