-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Max Gordon edited this page May 3, 2016
·
2 revisions
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
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