GeoSeries.
touches
Returns a Series of dtype('bool') with value True for each geometry that touches other.
Series
dtype('bool')
True
An object is said to touch other if it has at least one point in common with other and its interior does not intersect with any part of the other.
The GeoSeries (elementwise) or geometric object to test if is touched.