pybtls.output.Read.POT_vehicle.read_POT_V#

read_POT_V(file_path)[source]#

Read the POT by certain no. trucks data from pybtls results.

The “Index” column in the return df indicates the particular loading event in legacy files.

This output file does not have a header.

Parameters:

file_path (Path) – The path to the POT by certain no. trucks data file.

Returns:

The POT by certain no. trucks data.

Return type:

pd.DataFrame