Skip to content

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

Notifications You must be signed in to change notification settings

fengglfengdi/DataFrame

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.5%
  • CMake 16.3%
  • Makefile 2.0%
  • Shell 0.2%