7.6. cpforager.check.check_longitude_latitude

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

Check if longitude and latitude columns do not only contain NaN values.

Parameters:
  • df (pandas.DataFrame) – the dataframe with longitude and latitude columns.

  • verbose (bool) – display warning if True.

Returns:

True if the dataframe longitude and latitude columns do not only contain NaN values.

Return type:

bool