Skip to content

Commit 3421823

Browse files
Fix: Use ISO format date strings in documentation example
1 parent 714f65d commit 3421823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/10min.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ For label slicing, both endpoints are *included*:
226226

227227
.. ipython:: python
228228
229-
df.loc["20130102":"20130104", ["A", "B"]]
229+
df.loc["2013-01-02":"2013-01-04", ["A", "B"]]
230230
231231
Selecting a single row and column label returns a scalar:
232232

0 commit comments

Comments
 (0)