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