modin.pandas.DataFrame.radd¶

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

Get addition of DataFrame and other, element-wise (binary operator radd).