pybtls.output.Read.BM_by_no_trucks.read_BM_V#
- read_BM_V(file_path)[source]#
Read the BM by certain no. trucks data from pybtls results.
The “Index” column in the return df indicates the current block.
This output file does not have a header.
- Parameters:
file_path (Path) – The path to the BM by certain no. trucks data file.
- Returns:
The BM by certain no. trucks data.
- Return type:
pd.DataFrame