NumPy array datatype with native support for datetime functionality
Since NumPy 1.7.0, the dtypes datetime64
and timedelta64
provide support for array types for datetime and timedelta functionality, respectively. Use this tag for questions specifically relating to these dtypes.
For more information, refer to the NumPy manual.