We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88db1b commit adae1b2Copy full SHA for adae1b2
doc/source/user_guide/timeseries.rst
@@ -589,11 +589,11 @@ Dates and strings that parse to timestamps can be passed as indexing parameters:
589
590
.. ipython:: python
591
592
- ts["1/31/2011"]
+ ts["2011-01-31"]
593
594
ts[datetime.datetime(2011, 12, 25):]
595
596
- ts["10/31/2011":"12/31/2011"]
+ ts["2011-10-31":"2011-12-31"]
597
598
To provide convenience for accessing longer time series, you can also pass in
599
the year or year and month as strings:
0 commit comments