DateTimeComponent#

class glue.core.component.DateTimeComponent(data, units=None)[source]#

Bases: Component

A component representing a date/time.

Parameters:
datandarray

The data to store, with ~numpy.datetime64 dtype

Attributes Summary

datetime

Whether or not or not the datatype is a date/time

numeric

Whether or not the datatype is numeric.

Attributes Documentation

datetime[source]#
numeric[source]#