-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Clarify use of resample bins (#14888) #17940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
reidy-p
commented
Oct 21, 2017
- closes Odd behavior with .resample('SM') #14888
Codecov Report
@@ Coverage Diff @@
## master #17940 +/- ##
==========================================
- Coverage 91.23% 91.22% -0.02%
==========================================
Files 163 163
Lines 50113 50113
==========================================
- Hits 45723 45714 -9
- Misses 4390 4399 +9
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #17940 +/- ##
==========================================
- Coverage 91.23% 91.22% -0.02%
==========================================
Files 163 163
Lines 50113 50113
==========================================
- Hits 45723 45714 -9
- Misses 4390 4399 +9
Continue to review full report at Codecov.
|
doc/source/timeseries.rst
Outdated
|
||
ts.resample('5Min', label='left').mean() | ||
|
||
ts.resample('5Min', label='left', loffset='1s').mean() | ||
|
||
It is important to note that the default values for ``label`` and ``closed`` | ||
is 'left' for all frequency offsets except for 'M', 'A', 'Q', 'BM', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you make this a note:: so it stands out a bit more?
@reidy-p Thanks! |