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