7.8. cpforager.check.check_trip_interruption

cpforager.check.check_trip_interruption(df, verbose=True)

Check if trip recording is interrupted.

Parameters:
  • df (pandas.DataFrame) – the dataframe with a trip column.

  • verbose (bool) – display warning if True.

Returns:

True if trip recording is interrupted.

Return type:

bool