TrafficLightPose#

A TrafficLightPose represents the state of a light data for a specific point in time using pandas.

Constructor#

TrafficLightPose([data, index, columns, ...])

Attributes#

TrafficLightPose.id

Returns the id in the pose

TrafficLightPose.timestamp

Returns the datetime of the pose

Note

All pandas DataFrame methods are also available.