7.13. cpforager.check.check_acc
- cpforager.check.check_acc(df, verbose=True)
Check if the acceleration data is ok overall.
- Parameters:
df (pandas.DataFrame) – the dataframe with
ax
,ay
andaz
columns.verbose (bool) – display warning if True.
- Returns:
True if the acceleration data is ok overall.
- Return type:
bool
Practically, check if the dataframe
ax
,ay
andaz
columns do not only contain NaN values.