Skip to content

Commit 6c3997e

Browse files
ChrisCarinimeeseeksmachine
authored andcommitted
Backport PR pandas-dev#52375: Adding missing single-quote
1 parent 478d340 commit 6c3997e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v2.0.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ In the past, :func:`to_datetime` guessed the format for each element independent
716716
Note that this affects :func:`read_csv` as well.
717717

718718
If you still need to parse dates with inconsistent formats, you can use
719-
``format='mixed`` (possibly alongside ``dayfirst``) ::
719+
``format='mixed'`` (possibly alongside ``dayfirst``) ::
720720

721721
ser = pd.Series(['13-01-2000', '12 January 2000'])
722722
pd.to_datetime(ser, format='mixed', dayfirst=True)

0 commit comments

Comments
 (0)