Skip to content

Commit bda8092

Browse files
ykdojovenkateshdb
authored andcommitted
fix: correct Modin query optimizer value in comparison tables (Eventual-Inc#4983)
## Summary - Fixed value in Modin's Query Optimizer column from "Eagar" to "Yes" in comparison tables ## Context The tables had "Eagar" for Modin's Query Optimizer capability. Based on Modin's documentation, they do have query optimization through their Query Planner and Query Executor components, so "Yes" is the appropriate value for this column. ## Reference https://modin.readthedocs.io/en/stable/development/architecture.html
1 parent 4f9191e commit bda8092

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Related Projects
124124
+---------------------------------------------------+-----------------+---------------+-------------+-----------------+-----------------------------+-------------+
125125
| `Polars <https://github.com/pola-rs/polars>`_ | Yes | Python object | No | Yes | Yes | Yes |
126126
+---------------------------------------------------+-----------------+---------------+-------------+-----------------+-----------------------------+-------------+
127-
| `Modin <https://github.com/modin-project/modin>`_ | Eagar | Python object | Yes | No | Some(Pandas) | Yes |
127+
| `Modin <https://github.com/modin-project/modin>`_ | Yes | Python object | Yes | No | Some(Pandas) | Yes |
128128
+---------------------------------------------------+-----------------+---------------+-------------+-----------------+-----------------------------+-------------+
129129
| `Pyspark <https://github.com/apache/spark>`_ | Yes | No | Yes | Pandas UDF/IO | Pandas UDF | Yes |
130130
+---------------------------------------------------+-----------------+---------------+-------------+-----------------+-----------------------------+-------------+

docs/resources/engine_comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Below we discuss some other data engines and compare them to Daft.
2020
| Daft |||||||
2121
| [Pandas](https://github.com/pandas-dev/pandas) || Python object || optional >= 2.0 | some (Numpy) ||
2222
| [Polars](https://github.com/pola-rs/polars) || Python object |||||
23-
| [Modin](https://github.com/modin-project/modin)| Eagar | Python object ||| some (Pandas) ||
23+
| [Modin](https://github.com/modin-project/modin)| | Python object ||| some (Pandas) ||
2424
| [PySpark](https://github.com/apache/spark) |||| Pandas UDF/IO | Pandas UDF ||
2525
| [Dask](https://github.com/dask/dask) || Python object||| some (Pandas) ||
2626

0 commit comments

Comments
 (0)