[DataFrames] Updating Error messages to encourage contribution. (#1623)

This commit is contained in:
Devin Petersohn
2018-02-27 21:44:33 -08:00
committed by Robert Nishihara
parent 4a15c2c65c
commit e7df293946
3 changed files with 621 additions and 207 deletions
@@ -7,6 +7,8 @@ import numpy as np
import pandas as pd
import ray.dataframe as rdf
ray.init()
@pytest.fixture
def ray_df_equals_pandas(ray_df, pandas_df):