/DataFrame

R's and Pandas DataFrame in modern C++ using native types, continuous memory storage, and no virtuality for data analysis and machine learning

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Build status Build Status C++17

DataFrame

This is a C++ statistical library to provide an interface similar to Pandas package in Python
For documentation, please see the DataFrameDoc file

Installing using CMake

mkdir build
cd build
cmake ..
make install

Uninstalling

cd build
make uninstall