Function
to_datetime
(
arg: DatetimeScalar,
errors: DateTimeErrorChoices = ...,
dayfirst: bool = ...,
yearfirst: bool = ...,
utc: bool = ...,
format: str | None = ...,
exact: bool = ...,
unit: str | None = ...,
origin=...,
cache: bool = ...,
)
Source from the content-addressed store, hash-verified
| 641 | |
| 642 | @overload |
| 643 | def to_datetime( |
| 644 | arg: DatetimeScalar, |
| 645 | errors: DateTimeErrorChoices = ..., |
| 646 | dayfirst: bool = ..., |
| 647 | yearfirst: bool = ..., |
| 648 | utc: bool = ..., |
| 649 | format: str | None = ..., |
| 650 | exact: bool = ..., |
| 651 | unit: str | None = ..., |
| 652 | origin=..., |
| 653 | cache: bool = ..., |
| 654 | ) -> Timestamp: ... |
| 655 | |
| 656 | |
| 657 | @overload |