zigzed / DataFrame

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 81.5%Language:CMake 16.3%Language:Makefile 2.0%Language:Shell 0.2%