modin.pandas.DataFrame.rpow¶

DataFrame.rpow(other, axis='columns', level=None, fill_value=None) → DataFrame[source]¶

Get exponential power of DataFrame and other, element-wise (binary operator rpow).