Files
zenml/venv/lib/python3.9/site-packages/pandas/_libs/tslibs/conversion.pyi
Christian Mantha 2ca0b9ef7c star
2026-03-02 19:10:52 -05:00

15 lines
300 B
Python

from datetime import (
datetime,
tzinfo,
)
import numpy as np
DT64NS_DTYPE: np.dtype
TD64NS_DTYPE: np.dtype
def localize_pydatetime(dt: datetime, tz: tzinfo | None) -> datetime: ...
def cast_from_unit_vectorized(
values: np.ndarray, unit: str, out_unit: str = ...
) -> np.ndarray: ...