On Thursday, 31 October 2024 at 12:29:14 UTC, jmh530 wrote:
On Tuesday, 29 October 2024 at 16:11:08 UTC, Aravinda VK wrote:
[snip]
Please feel free to use it and let me know your experience and
suggestions.
Thanks
Aravinda
Thanks for working on this. I'm a big fan of using dataframes
in R or pandas in python.
That being said, I think there's more value in building
dataframes either on top of or as a part of mir's ndslices.
There was previously a project (magpie, I believe) that built
dataframes on top of ndslices. My recollection is that the main
issue for support within mir is that support for labels isn't
fully implemented (also Ilya is less involved with the project
these days). It's kind of complicated to implement some of this
support and there is a concern that it can lead to breaking
changes. Here's a list of tasks:
https://github.com/libmir/mir-algorithm/issues/426
Thanks for the feedback. I haven't used mir-algorithm, I will
check the Github issue shared by you. I added more details about
this library
here(https://forum.dlang.org/post/[email protected]).
I am yet to check the details about labels support mentioned in
the Github link. My DataFrame columns or rows can be accessed by
name like `df.amount` or `df["amount"].get!double`. Does this
solve your usecase? Refer the README for examples
https://github.com/aravindavk/dataframes-d?tab=readme-ov-file#access-rows-and-columns