@@ -47,7 +47,6 @@ def to_datetime(
47
47
format : str | None = ...,
48
48
exact : bool = ...,
49
49
unit : str | None = ...,
50
- infer_datetime_format : bool = ...,
51
50
origin : Literal ["julian" , "unix" ] | TimestampConvertibleTypes = ...,
52
51
cache : bool = ...,
53
52
) -> Timestamp : ...
@@ -61,7 +60,6 @@ def to_datetime(
61
60
format : str | None = ...,
62
61
exact : bool = ...,
63
62
unit : str | None = ...,
64
- infer_datetime_format : bool = ...,
65
63
origin : Literal ["julian" , "unix" ] | TimestampConvertibleTypes = ...,
66
64
cache : bool = ...,
67
65
) -> Timestamp | NaTType : ...
@@ -75,7 +73,6 @@ def to_datetime(
75
73
format : str | None = ...,
76
74
exact : bool = ...,
77
75
unit : str | None = ...,
78
- infer_datetime_format : bool = ...,
79
76
origin : Literal ["julian" , "unix" ] | TimestampConvertibleTypes = ...,
80
77
cache : bool = ...,
81
78
) -> TimestampSeries : ...
@@ -98,7 +95,6 @@ def to_datetime(
98
95
format : str | None = ...,
99
96
exact : bool = ...,
100
97
unit : str | None = ...,
101
- infer_datetime_format : bool = ...,
102
98
origin : Literal ["julian" , "unix" ] | TimestampConvertibleTypes = ...,
103
99
cache : bool = ...,
104
100
) -> DatetimeIndex : ...
0 commit comments