This question shows research effort; it is useful and clear
-3
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
### Read in the data with Modin
import modin.pandas as pd
s = time.time()
df = pd.read_csv("train.csv")
e = time.time()
print("Modin Loading Time = {}".format(e-s))
ImportError: Please `pip install modin[ray] or modin[dask] to install an engine