File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1317,7 +1317,7 @@ arbitrary function, for example:
13171317 df.groupby([' Store' ' Product'  
13181318
13191319mean `` takes a GroupBy object and finds the mean of the Revenue and Quantity
1320- columns repectively  for each Store-Product combination. The ``mean `` function can
1320+ columns respectively  for each Store-Product combination. The ``mean `` function can
13211321be any function that takes in a GroupBy object; the ``.pipe `` will pass the GroupBy
13221322object as a parameter into the function you specify.
13231323
Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ Updated PyTables Support
370370 df1.get_dtype_counts() 
371371
372372
373- - support for arbitrarly  indexed dimensions
373+ - support for arbitrarily  indexed dimensions
374374- ``SparseSeries `` now has a ``density `` property (:issue: `2384 `)
375375- enable ``Series.str.strip/lstrip/rstrip `` methods to take an input argument
376376 to strip arbitrary characters (:issue: `2411 `)
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ groupby operations on the index will preserve the index nature as well
136136
137137indexer, meaning that passing a list will return a plain-old-``Index ``; indexing with
138138a ``Categorical `` will return a ``CategoricalIndex ``, indexed according to the categories
139- of the PASSED ``Categorical `` dtype. This allows one to arbitrarly  index these even with
139+ of the PASSED ``Categorical `` dtype. This allows one to arbitrarily  index these even with
140140values NOT in the categories, similarly to how you can reindex ANY pandas index.
141141
142142.. code-block :: ipython 
                         You can’t perform that action at this time. 
           
                  
0 commit comments