modin.pandas.DataFrame.sub¶ DataFrame.sub(other, axis='columns', level=None, fill_value=None) → DataFrame[source]¶ Get subtraction of DataFrame and other, element-wise (binary operator sub).