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 ab4b56a commit 23ba779Copy full SHA for 23ba779
doc/source/user_guide/timeseries.rst
@@ -566,11 +566,11 @@ Dates and strings that parse to timestamps can be passed as indexing parameters:
566
567
.. ipython:: python
568
569
- ts["1/31/2011"]
+ ts["2011-01-31"]
570
571
ts[datetime.datetime(2011, 12, 25):]
572
573
- ts["10/31/2011":"12/31/2011"]
+ ts["2011-10-31":"2011-12-31"]
574
575
To provide convenience for accessing longer time series, you can also pass in
576
the year or year and month as strings:
0 commit comments