From c06f681a37a9c7f5d056d38434b480ec5b8828e8 Mon Sep 17 00:00:00 2001 From: FunCoder Date: Thu, 30 Nov 2023 14:52:58 +0000 Subject: [PATCH] Update Readme.md (#22) --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index e6fd39b..64e3f98 100644 --- a/Readme.md +++ b/Readme.md @@ -250,6 +250,7 @@ Note: the one marked as `Live Trading` has reasonable live trading support for a #### Pandas Alternatives +- [DataFrame](https://github.com/hosseinmoein/DataFrame) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/hosseinmoein/DataFrame/master) | `C++` | - C++ DataFrame for statistical, Financial, and ML analysis -- in modern C++ using native types and contiguous memory storage - [Vaex](https://github.com/vaexio/vaex) | `Python`, `C++` | - Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second - [Modin](https://github.com/modin-project/modin) | `Python` | - Modin: Speed up your Pandas workflows by changing a single line of code - [Koalas](https://github.com/databricks/koalas) | `Python` | - Koalas: pandas API on Apache Spark