willkurt / csv2tensor

A simple utility to transform a CSV file into a Torch7 Tensor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Column order uncertain

willkurt opened this issue · comments

Because the CSV data relies on table keys to be turned into columns in the Tensor there is no guarantee of column order. The order of columns should be ideally the order the items appear in the CSV or at the very least in a consistent alphabetical order. Also when column names are passed in via the 'included' parameter, this should be the order they appear in the final tensor