core-matrix

intended for specific discussion around core.matrix (usage and development) For general data work check out #data-science
2016-03-07T10:33:43.000034Z

Hey... Just wondering what core.matrix expects as column names these days? Should they be strings or keywords? Is one enforced, and are they normalised at query time like incanter does?

2016-03-07T10:36:12.000036Z

One problem I have with incanter is that it allows both strings and keywords as column names - and then it cananonicalises on its API operations - however this causes lots of problems as two datasets which a user expects to be = might be not= etc... wondering whether core.matrix does anything in this regard?