massdash.loaders.access.TransitionPQPDataAccess

class massdash.loaders.access.TransitionPQPDataAccess(filename: str)

Bases: object

Class to load a transition PQP file

conn

(sqlite3.Connection) The connection to the PQP file.

c

(sqlite3.Cursor) The cursor for the PQP file.

data

(pd.DataFrame) The PQP data.

_load()

Loads the PQP file.

getTransitionList()

Retrieves transition information.

_validate_columns()

Validates the PQP file has the required columns.

getTransitionList()

Retrieves transition information

load() None

Load the transition PQP file