You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/development/architecture.rst
+5-4
Original file line number
Diff line number
Diff line change
@@ -216,8 +216,8 @@ documentation page on :doc:`contributing </development/contributing>`.
216
216
- Uses the `Dask Futures`_ execution framework.
217
217
- The storage format is `pandas` and the in-memory partition type is a pandas DataFrame.
218
218
- For more information on the execution path, see the :doc:`pandas on Dask </flow/modin/core/execution/dask/implementations/pandas_on_dask/index>` page.
219
-
- :doc:`pandas on Unidist</development/using_pandas_on_unidist>`
220
-
- Uses the Unidist_ execution framework.
219
+
- :doc:`pandas on MPI</development/using_pandas_on_mpi>`
220
+
- Uses MPI_ through the Unidist_ execution framework.
221
221
- The storage format is `pandas` and the in-memory partition type is a pandas DataFrame.
222
222
- For more information on the execution path, see the :doc:`pandas on Unidist </flow/modin/core/execution/unidist/implementations/pandas_on_unidist/index>` page.
223
223
- :doc:`pandas on Python </development/using_pandas_on_python>`
@@ -228,8 +228,8 @@ documentation page on :doc:`contributing </development/contributing>`.
228
228
- Uses the Ray_ execution framework.
229
229
- The storage format is `pandas` and the in-memory partition type is a pandas DataFrame.
230
230
- For more information on the execution path, see the :doc:`experimental pandas on Ray </flow/modin/experimental/core/execution/ray/implementations/pandas_on_ray/index>` page.
231
-
- pandas on Unidist (experimental)
232
-
- Uses the Unidist_ execution framework.
231
+
- pandas on MPI (experimental)
232
+
- Uses MPI_ through the Unidist_ execution framework.
233
233
- The storage format is `pandas` and the in-memory partition type is a pandas DataFrame.
234
234
- For more information on the execution path, see the :doc:`experimental pandas on Unidist </flow/modin/experimental/core/execution/unidist/implementations/pandas_on_unidist/index>` page.
235
235
- pandas on Dask (experimental)
@@ -375,6 +375,7 @@ details. The documentation covers most modules, with more docs being added every
0 commit comments