8.6. cpforager.checks.check_longitude_latitude
- cpforager.checks.check_longitude_latitude(df, verbose=True)
Check if
longitudeandlatitudecolumns do not only contain NaN values.- Parameters:
df (pandas.DataFrame) – the dataframe with
longitudeandlatitudecolumns.verbose (bool) – display warning if True.
- Returns:
True if the dataframe
longitudeandlatitudecolumns do not only contain NaN values.- Return type:
bool