Closed mlajtos closed 9 years ago
Thanks! fixed in trunk now.
______ __ | Torch7
/_ __/__ ________/ / | Scientific computing for Lua.
/ / / _ \/ __/ __/ _ \ | Type ? for help
/_/ \___/_/ \__/_//_/ | https://github.com/torch
| http://torch.ch
th> test = csvigo.load{path='test.csv', mode='query'}
<csv> parsing file: test.csv
<csv> tidying up entries
<csv> generating reversed index for fast queries
<csv> returning query closure, type query('help') to get help
[0.0002s]
th> test("union", {start="d"})
{
start : {...}
end : {...}
}
Thank you! :)
Querying missing values in the CSV file breaks everything.
Example: