hosseinmoein/DataFrame
A templatized, heterogeneous C++ data container library designed for data analysis in statistical, machine-learning, and financial applications.

Velocity · 7d
+0.9
★ / day
Trend
→steady
star history
The library provides a two-dimensional data structure of columns and rows similar to a spreadsheet or SQL table, but with support for multidimensional and non-two-dimensional data. Columns can hold vectors of any type, including nested DataFrames. It is designed as infrastructure for handling large datasets used in statistical analysis, machine-learning pipelines, and financial data engineering workflows.