Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Related Projects
+---------------------------------------------------+-----------------+---------------+-------------+-----------------+-----------------------------+-------------+
| `Polars <https://github.com/pola-rs/polars>`_ | Yes | Python object | No | Yes | Yes | Yes |
+---------------------------------------------------+-----------------+---------------+-------------+-----------------+-----------------------------+-------------+
| `Modin <https://github.com/modin-project/modin>`_ | Eagar | Python object | Yes | No | Some(Pandas) | Yes |
| `Modin <https://github.com/modin-project/modin>`_ | Yes | Python object | Yes | No | Some(Pandas) | Yes |
+---------------------------------------------------+-----------------+---------------+-------------+-----------------+-----------------------------+-------------+
| `Pyspark <https://github.com/apache/spark>`_ | Yes | No | Yes | Pandas UDF/IO | Pandas UDF | Yes |
+---------------------------------------------------+-----------------+---------------+-------------+-----------------+-----------------------------+-------------+
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/engine_comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Below we discuss some other data engines and compare them to Daft.
| Daft | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| [Pandas](https://github.com/pandas-dev/pandas) | ❌ | Python object | ❌ | optional >= 2.0 | some (Numpy) | ❌ |
| [Polars](https://github.com/pola-rs/polars) | ✅ | Python object | ❌ | ✅ | ✅ | ✅ |
| [Modin](https://github.com/modin-project/modin)| Eagar | Python object | ✅ | ❌ | some (Pandas) | ✅ |
| [Modin](https://github.com/modin-project/modin)| | Python object | ✅ | ❌ | some (Pandas) | ✅ |
| [PySpark](https://github.com/apache/spark) | ✅ | ❌ | ✅ | Pandas UDF/IO | Pandas UDF | ✅ |
| [Dask](https://github.com/dask/dask) | ❌ | Python object| ✅ | ❌ | some (Pandas) | ✅ |

Expand Down
Loading