modin.pandas.DataFrame.ge¶

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

Get greater than or equal comparison of DataFrame and other, element-wise (binary operator ge).