Questions tagged [intel-modin]

Use this tag for asking questions while installing, or developing with Intels Distribution of Modin available through pip conda, as a part of Intel® oneAPI AI Analytics Toolkit

The Intels Distribution of Modin is a lightweight DataFrame that helps to scale Pandas workflows seamlessly across multi-cores, multi-nodes and accelerate analytics with performant backends, such as OmniSci. Modin has APIs identical to Pandas and achieves drop-in acceleration with just one line of code change for data preprocessing.

You could also reach out to the community @ Intel® oneAPI AI Analytics Toolkit

4 questions
1
vote
1 answer

Intel Modin Jupyter notebook issues

I have got two issues with modin Lately I am not able to create modin environment using the command: conda create -n aikit-modin intel-aikit-modin -c intel -c conda-forge (as mentioned in the documentation link of AI Analytics toolkit…
0
votes
2 answers

Modin - ModuleNotFoundError: No module named 'ray'

I'm trying to use Modin on Databricks and getting this error I've tried both pip install modin[all] and pip install modin[ray] Firstly, the installation takes 15 minutes, which is weird. After installing, I'm doing import modin.pandas as md df =…
Vishal Balaji
  • 667
  • 3
  • 11
0
votes
2 answers

Modin conflicts with dask

I'm trying modin, but keep getting an error: import modin.pandas as md import pandas as pd PATH = 'file.csv' %%time df = pd.read_csv(PATH) %%time mdf = md.read_csv(PATH) error: UserWarning: Dask execution environment not yet initialized.…
Oleg Peregudov
  • 137
  • 2
  • 8
0
votes
1 answer

Intel Modin Installation

How to install the Intel Distribution of Modin? I want to install Intel AI Kit Modin using an existing Conda-based python environment. What are the steps required to install Modin after activating conda environment?
AlekhyaV - Intel
  • 580
  • 3
  • 21