Skip to content
Max Gordon edited this page May 3, 2016 · 2 revisions

Licence MIT Build Status

Dataframe

Dataframe is a Torch7 class to load and manipulate tabular data (e.g. Kaggle-style CSVs) inspired from R's and pandas' data frames.

For a quick overview of the package, check out the README

Requirements

Installation

You can clone this repository or directly install it through luarocks:

git clone https://github.com/AlexMili/torch-dataframe
cd torch-dataframe
luarocks make

or

luarocks install torch-dataframe
Clone this wiki locally