GeoSeries.
disjoint
Returns a Series of dtype('bool') with value True for each geometry disjoint to other.
Series
dtype('bool')
True
An object is said to be disjoint to other if its boundary and interior does not intersect at all with those of the other.
The GeoSeries (elementwise) or geometric object to test if is disjoint.