7.12. cpforager.check.check_accelerations
- cpforager.check.check_accelerations(df, verbose=True)
Check if
ax
,ay
andaz
columns do not only contain NaN values.- Parameters:
df (pandas.DataFrame) – the dataframe with
ax
,ay
andaz
columns.verbose (bool) – display warning if True.
- Returns:
True if the dataframe
ax
,ay
andaz
columns do not only contain NaN values.- Return type:
bool