Skip to content

Commit e76366b

Browse files
authored
DOCS-#2436: Explicit local / single node backend (#2483)
Signed-off-by: raphaelauv <raphaelauv@users.noreply.github.com>
1 parent cd35dd4 commit e76366b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ import numpy as np
131131
frame_data = np.random.randint(0, 100, size=(2**10, 2**8))
132132
df = pd.DataFrame(frame_data)
133133
```
134+
**In local (without a cluster) modin will create and manage a local (dask or ray) cluster for the execution**
135+
134136

135137
To use Modin, you do not need to know how many cores your system has and you do not need
136138
to specify how to distribute the data. In fact, you can continue using your previous

docs/using_modin.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ functional parity with pandas.
2121
Using Modin on a Single Node
2222
----------------------------
2323

24+
**In local (without a cluster) modin will create and manage a local (dask or ray) cluster for the execution**
25+
2426
In order to use the most up-to-date version of Modin, please follow the instructions on
2527
the `installation page`_
2628

0 commit comments

Comments
 (0)