datetime_as_string(arr[, unit, timezone, …])
datetime_as_string
Convert an array of datetimes into an array of strings.
datetime_data(dtype, /)
datetime_data
Get information about the step size of a date or time type.
busdaycalendar([weekmask, holidays])
busdaycalendar
A business day calendar object that efficiently stores information defining valid days for the busday family of functions.
is_busday(dates[, weekmask, holidays, …])
is_busday
Calculates which of the given dates are valid days, and which are not.
busday_offset(dates, offsets[, roll, …])
busday_offset
First adjusts the date to fall on a valid day according to the roll rule, then applies offsets to the given dates counted in valid days.
roll
busday_count(begindates, enddates[, …])
busday_count
Counts the number of valid days between begindates and enddates, not including the day of enddates.
numpy.ctypeslib