File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ to create timestamp indexes.
140140 index = bdate_range(' 2012-1-1' , periods = 250 )
141141 index
142142
143- Convenience functions like ``date_range `` and ``bdate_range `` utilizes a
143+ Convenience functions like ``date_range `` and ``bdate_range `` utilize a
144144variety of frequency aliases. The default frequency for ``date_range `` is a
145145**calendar day ** while the default for ``bdate_range `` is a **business day **
146146
@@ -156,7 +156,7 @@ variety of frequency aliases. The default frequency for ``date_range`` is a
156156 rng
157157
158158 ``date_range `` and ``bdate_range `` makes it easy to generate a range of dates
159- using various combinations of its parameters like ``start ``, ``end ``,
159+ using various combinations of parameters like ``start ``, ``end ``,
160160``periods ``, and ``freq ``:
161161
162162.. ipython :: python
@@ -586,7 +586,7 @@ different parameters to control the frequency conversion and resampling
586586operation.
587587
588588The ``how `` parameter can be a function name or numpy array function that takes
589- and array and produces an aggregated values:
589+ an array and produces aggregated values:
590590
591591.. ipython :: python
592592
You can’t perform that action at this time.
0 commit comments