Tamar Grey
Results
61
issues of
Tamar Grey
Currently `EntitySet.__eq__` uses Woodwork's equality check `df.ww.__eq__(df2.ww)` which only looks at dataframe equality for pandas DataFrames and uses `df.equals(df2)` to do that equality check. Before Woodwork integration, the dataframes in...