You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/groupby.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -1332,7 +1332,7 @@ In order to resample to work on indexes that are non-datetimelike, the following
1332
1332
1333
1333
In the following examples, **df.index //5** returns a binary array which is used to determine what gets selected for the groupby operation.
1334
1334
1335
-
.. note:: The below example shows how we can down-sample by consolidation of samples into fewer samples. Here by using **df.index //5**, we are aggregating the samples in bins. By applying **std()** function, we aggregate the information contained in many samples into a small subset of values which is their standard deviation thereby reducing the number of samples.
1335
+
.. note:: The below example shows how we can downsample by consolidation of samples into fewer samples. Here by using **df.index //5**, we are aggregating the samples in bins. By applying **std()** function, we aggregate the information contained in many samples into a small subset of values which is their standard deviation thereby reducing the number of samples.
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.19.0.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -1512,7 +1512,7 @@ Bug Fixes
1512
1512
- Bug in ``.set_index`` raises ``AmbiguousTimeError`` if new index contains DST boundary and multi levels (:issue:`12920`)
1513
1513
- Bug in ``.shift`` raises ``AmbiguousTimeError`` if data contains datetime near DST boundary (:issue:`13926`)
1514
1514
- Bug in ``pd.read_hdf()`` returns incorrect result when a ``DataFrame`` with a ``categorical`` column and a query which doesn't match any values (:issue:`13792`)
1515
-
- Bug in ``.iloc`` when indexing with a non lex-sorted MultiIndex (:issue:`13797`)
1515
+
- Bug in ``.iloc`` when indexing with a non lexsorted MultiIndex (:issue:`13797`)
1516
1516
- Bug in ``.loc`` when indexing with date strings in a reverse sorted ``DatetimeIndex`` (:issue:`14316`)
1517
1517
- Bug in ``Series`` comparison operators when dealing with zero dim NumPy arrays (:issue:`13006`)
1518
1518
- Bug in ``.combine_first`` may return incorrect ``dtype`` (:issue:`7630`, :issue:`10567`)
0 commit comments