C++ DataFrame library

Jul 22, 2025 at 5:02pm
I wanted to introduce the C++ DataFrame -- https://github.com/hosseinmoein/DataFrame -- library in this forum for the first time. C++ DataFrame is a library for data and numerical analysis like Python’s Pandas or R’s data.frame. I started working in this package in my spare time in 2018. But since I have kind of retired recently, I have added more significant contributions both in terms of functionality and documentation.
I appreciate your feedback.
Last edited on Jul 22, 2025 at 5:22pm
Jul 23, 2025 at 2:28pm
It's certainly an interesting library. I will dive into it later.

Did you consider to propose it to boost. It looks like it could fit in there.
Jul 23, 2025 at 3:39pm
Thanks,

I did not consider that. I don't even know how to go about doing it
Maybe the very core functionality of DataFrame fits into Boost, but not all the statistical and ML routines.
Jul 25, 2025 at 2:15am
Registered users can post here. Sign in or register to post.