0

Basically my code in python is this:

import os
from distributed import Client
client = Client()
os.environ["MODIN_ENGINE"] = "dask"
import modin.pandas as pd

when I run it on python it says dask execution environment not yet initialized. What is the error and how do I fix it?

0 Answers0