pyinterp.core.dateutils.date¶
- pyinterp.core.dateutils.date(array: numpy.ndarray) numpy.ndarray[pyinterp::dateutils::Date] ¶
Return the date part of the dates.
- Parameters:
array – Numpy array of datetime64 to process.
- Returns:
year
,month
andday
.- Return type:
A structured numpy array containing three fields