7.12. cpforager.check.check_accelerations

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

Check if ax, ay and az columns do not only contain NaN values.

Parameters:
  • df (pandas.DataFrame) – the dataframe with ax, ay and az columns.

  • verbose (bool) – display warning if True.

Returns:

True if the dataframe ax, ay and az columns do not only contain NaN values.

Return type:

bool