DataFrame for C++ Library in mql5

 
Just a suggestion to include this lib in mql5: https://github.com/hosseinmoein/DataFrame
GitHub - hosseinmoein/DataFrame: C++ DataFrame for statistical, Financial, and ML analysis -- in modern C++ using native types and contiguous memory storage
GitHub - hosseinmoein/DataFrame: C++ DataFrame for statistical, Financial, and ML analysis -- in modern C++ using native types and contiguous memory storage
  • hosseinmoein
  • github.com
DataFrame Documentation / Code Samples This is a C++ analytical library that provides interface and functionality similar to packages/libraries in Python and R. For example, you could compare this to Pandas or R data.frame. You could slice the data in many different ways. You could join, merge, group-by the data. You could run various...
 

MetaQuotes will not do that. However, you could port it to MQL yourself and then publish it in the CodeBase section.

 
Fernando Carreiro #:

MetaQuotes will not do that. However, you could port it to MQL yourself and then publish it in the CodeBase section.

That was my intention to port it. I will work on c++ directly, so it was a suggestion to people here...