modin.pandas.DataFrame.rsub¶

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

Get subtraction of DataFrame and other, element-wise (binary operator rsub).