fengglfengdi / DataFrame

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status Build Status C++17

Alt text

DataFrame

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

Documentation

Documentation

Example/Test

Test 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 virtual functions for data analysis and machine learning

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


Languages

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