remove_missing_values

remove_missing_values(gpt)

Returns a new Geopoints that contains just the non-missing values in gpt.

Parameters

gpt (Geopoints) – input geopoints

Return type

Geopoints

A geopoint (i.e. a row in a Geopoints) is considered to be missing if either its value or value2 members are missing.