Compare commits

..

3 Commits

Author SHA1 Message Date
Palash Tyagi
e9e4c67dfe
Merge 39a95e63d9ae7451c902949deb2fc44936127c15 into 2926a8a6e824028026fc8abf2faf3a216ad2a6ff 2025-08-03 01:05:03 +01:00
2926a8a6e8
Merge pull request #66 from Magnus167/update-readme
Update README
2025-08-03 00:30:28 +01:00
Palash Tyagi
bce1bdd21a Update README 2025-07-31 22:52:29 +01:00

View File

@ -23,10 +23,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