From bce1bdd21a6bc93fbf59a635a0d27e26f0978d31 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Thu, 31 Jul 2025 22:52:29 +0100 Subject: [PATCH] Update README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d0b05b..d99ebca 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,8 @@ Rustframe is an educational project, and is not intended for production use. It - **Math that reads like math** - element-wise `+`, `−`, `×`, `÷` on entire frames or scalars. - **Frames** - Column major data structure for single-type data, with labeled columns and typed row indices. - **Compute module** - Implements various statistical computations and machine learning models. - -- **[Coming Soon]** _DataFrame_ - Multi-type data structure for heterogeneous data, with labeled columns and typed row indices. - - **Random number utils** - Built-in pseudo and cryptographically secure generators for simulations. +- **[Coming Soon]** _DataFrame_ - Multi-type data structure for heterogeneous data, with labeled columns and typed row indices. #### Matrix and Frame functionality