pybtls.utils.vehicle_DF.vehicle_list_to_df#

vehicle_list_to_df(vehicle_list)[source]#

Convert a list of Vehicle objects to a pandas DataFrame.

Parameters:

vehicle_list (list[_Vehicle]) –

List of Vehicle objects.

_Vehicle and Vehicle are the same.

Returns:

A DataFrame containing all the vehicle properties.

Return type:

pd.DataFrame