ai-content-maker/.venv/Lib/site-packages/pandas/_libs/reduction.pyi

9 lines
214 B
Python
Raw Permalink Normal View History

2024-05-03 04:18:51 +03:00
from typing import Any
import numpy as np
from pandas._typing import ExtensionDtype
def check_result_array(obj: object, dtype: np.dtype | ExtensionDtype) -> None: ...
def extract_result(res: object) -> Any: ...