pyspark.pandas.Series.rdivmod# Series.rdivmod(other)[source]# Return Integer division and modulo of series and other, element-wise (binary operator rdivmod). Parameters otherSeries or scalar value Returns 2-Tuple of SeriesThe result of the operation. See also Series.divmod