is_geometry#

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

Returns True if the object is a geometry

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

Returns:

Series with the results of the function.

Return type:

pandas.Series