From 188039bc3588241bb7c15f40ccbff455405e019d Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Wed, 13 Nov 2024 01:21:27 +0000 Subject: [PATCH] docs: update README with new features and tasks for saving to disk --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5e94af..1235a9c 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ A Rust implementation of the [Macrosynergy Python Package](https://github.com/ma - [x] Get JPMaQS Indicators as Polars DataFrame - [x] Add QDF option - [ ] Save to disk functionality + - [x] Hacky iterative method + - [ ] Non-hacky way to save to disk - Utils - [ ] Reduce DF @@ -31,5 +33,5 @@ A Rust implementation of the [Macrosynergy Python Package](https://github.com/ma - [ ] Linear Composites - [ ] Make Relative Value - [ ] Imputers - - [ ] + - [ ] Panel Calculator !?!