Merge bce1bdd21a6bc93fbf59a635a0d27e26f0978d31 into af70f9ffd71dc7bd9c0be0ae0c5737a02b33a5a5

This commit is contained in:
Palash Tyagi 2025-07-31 22:52:54 +01:00 committed by GitHub
commit cdfc3adbf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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