AccessTables#

class caf.ntem.build.AccessTables(value)[source]#

Bases: Enum

Defines the names of the access data tables.

Attributes

id_columns

The ID columns of the table.

replace_columns

The names columns to replace in the table and the substitution to use.

PLANNING

CAR_OWNERSHIP

TE_CAR_AVAILABILITY

TE_DIRECTION

Attributes Documentation

id_columns#

The ID columns of the table.

replace_columns#

The names columns to replace in the table and the substitution to use.

PLANNING = 'Planning'#
CAR_OWNERSHIP = 'CarOwnership'#
TE_CAR_AVAILABILITY = 'TripEndDataByCarAvailability'#
TE_DIRECTION = 'TripEndDataByDirection'#