has_z#

GeosSeriesAccessor.has_z(*args, **kwargs)#

Returns True if a geometry has a Z coordinate.

Applies shapely.predicates.has_z to the data and returns a Series with the result.

Returns:

Series with the results of the function.

Return type:

pandas.Series