From 1adc20d52df4ce05e95e6cdc880fbbbd88d93049 Mon Sep 17 00:00:00 2001 From: Liam Keegan Date: Mon, 29 Apr 2024 16:51:45 +0200 Subject: [PATCH] add modin (multicore pandas drop-in replacement) and vaex (similar to pandas for huge data) --- IDEAS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IDEAS.md b/IDEAS.md index 23ec3af..a50946b 100644 --- a/IDEAS.md +++ b/IDEAS.md @@ -56,6 +56,7 @@ The risk with these is: They might be either already well-known or irrelevant to * [ ] dask * [ ] jax * [x] matplotlib +* [ ] modin * [ ] napari * [ ] numpy * [ ] pandas @@ -66,4 +67,5 @@ The risk with these is: They might be either already well-known or irrelevant to * [x] sympy * [ ] tensorflow * [ ] transformers +* [ ] vaex * [ ] xarray