cardillo / joinery

Data frames for Java
https://joinery.sh
GNU General Public License v3.0
697 stars 167 forks source link

Support for more Csv formats, exporting to double matrix and using double as default number format and new time formats #29

Closed lejon closed 9 years ago

lejon commented 9 years ago

This update mainly adds support for more Csv formats, notably northern Europe which often use ";" rather than "," for separation. It also adds utility methods for "exporting" the data frame to a matrix of doubles and allows for (but keeps Long as default) using Doubles as the default format when parsing numbers.

Other than this some small updates to error messages and comments.