From 1b744c254db860978f9110e2e275ea5636ddc84c Mon Sep 17 00:00:00 2001 From: Marco Edward Gorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:32:42 +0000 Subject: [PATCH] remove undocumented `objects_to_datetime64ns` --- pandas-stubs/core/arrays/datetimes.pyi | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pandas-stubs/core/arrays/datetimes.pyi b/pandas-stubs/core/arrays/datetimes.pyi index 8067b195f..82d884fe6 100644 --- a/pandas-stubs/core/arrays/datetimes.pyi +++ b/pandas-stubs/core/arrays/datetimes.pyi @@ -71,13 +71,3 @@ class DatetimeArray(DatetimeLikeArrayMixin, TimelikeOps, DatelikeOps): is_year_end = ... is_leap_year = ... def to_julian_date(self): ... - -def objects_to_datetime64ns( - data, - dayfirst, - yearfirst, - utc: bool = ..., - errors: str = ..., - require_iso8601: bool = ..., - allow_object: bool = ..., -): ...