Skip to content

Commit 4f23831

Browse files
committed
Removed pd import from docs
1 parent 6c8648b commit 4f23831

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/_libs/tslibs/offsets.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2500,7 +2500,6 @@ cdef class Week(SingleConstructorOffset):
25002500
25012501
Examples
25022502
---------
2503-
import pandas as pd
25042503
25052504
>>> date_format = "%Y-%m-%d"
25062505
>>> date_object = pd.to_datetime("2023-01-13",format = date_format)

0 commit comments

Comments
 (0)