日期时间支持函数#

datetime_as_string(arr[, unit, timezone, ...])

将日期时间数组转换为字符串数组。

datetime_data(dtype, /)

获取日期或时间类型的步长信息。

工作日函数#

busdaycalendar([weekmask, holidays])

一个工作日日历对象,有效地存储定义 busday 函数系列有效天数的信息。

is_busday(dates[, weekmask, holidays, ...])

计算给定日期中哪些是有效日,哪些不是。

busday_offset(dates, offsets[, roll, ...])

首先根据 roll 规则调整日期以落在有效日,然后对给定日期应用以有效日计数的偏移量。

busday_count(begindates, enddates[, ...])

计算 begindatesenddates 之间的有效天数,不包括 enddates 的那一天。