modin.pandas.DataFrame.sub¶

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

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