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.
140
140
index = bdate_range(' 2012-1-1' , periods = 250 )
141
141
index
142
142
143
- Convenience functions like ``date_range `` and ``bdate_range `` utilizes a
143
+ Convenience functions like ``date_range `` and ``bdate_range `` utilize a
144
144
variety of frequency aliases. The default frequency for ``date_range `` is a
145
145
**calendar day ** while the default for ``bdate_range `` is a **business day **
146
146
@@ -156,7 +156,7 @@ variety of frequency aliases. The default frequency for ``date_range`` is a
156
156
rng
157
157
158
158
``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 ``,
160
160
``periods ``, and ``freq ``:
161
161
162
162
.. ipython :: python
@@ -586,7 +586,7 @@ different parameters to control the frequency conversion and resampling
586
586
operation.
587
587
588
588
The ``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:
590
590
591
591
.. ipython :: python
592
592
You can’t perform that action at this time.
0 commit comments