lbl file format

Read lbl file


load_lbl

 load_lbl (filepath:str, type:str='table')

*Load LBL data.

Args: filepath: File path to load the data from. type: Type of data to load. Options are ‘table’ and ‘index’.

Returns: A pandas DataFrame containing the loaded data.*