look at Boost C++ Fusion, Multiindex,BimaapHello, I'm quite new to this forum, joined as a January 2022 CQF delegate.
As a C++ developer I must admit a bit of envy towards Python for having excellent statistical and numeric libraries such as Pandas and Numpy. In particular I've been searching something equivalent to Pandas for C++ and it turns out that someone has already "ported" it to C++, at least partially.
The project is very active and it's called DataFrame and it's hosted on github
https://github.com/hosseinmoein/DataFrame
I still haven't tried it, but if it delivers what it says on the label, it is very promising.
These seem to be general purpose libraries, while DataFrame aims to be a substitute for Python Pandas (or at least for its dataframes).look at Boost C++ Fusion, Multiindex,Bimaap
can build your own version in C++?
I was trying to say write your own C++ Dataframe stuff on top of the other libraries and submit to Boost community, as I said. yes?These seem to be general purpose libraries, while DataFrame aims to be a substitute for Python Pandas (or at least for its dataframes).look at Boost C++ Fusion, Multiindex,Bimaap
can build your own version in C++?