6.4.2. aequilibrae.AequilibraeData

class aequilibrae.AequilibraeData

Bases: object

AequilibraE dataset

__init__()

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__()

Initialize self.

create_empty([file_path, entries, …])

Creates a new empty dataset

export(file_name[, table_name])

Exports the dataset to another format.

load(file_path)

Loads dataset from file

random_name()

Returns a random name for a dataset with root in the temp directory of the user

__init__()

Initialize self. See help(type(self)) for accurate signature.