misoproject / dataset

JavaScript library that makes managing the data behind client-side visualisations easy
http://misoproject.com
GNU General Public License v2.0
1.18k stars 99 forks source link

Uncaught incorrect value '7.44133238098188e-4' of type string passed to column 'score_BA' with type number #217

Open alexmasselot opened 10 years ago

alexmasselot commented 10 years ago

It looks like 123.45E-4 is not a number... Alex

alexmasselot commented 10 years ago

proposed a fix by changing the regular expression for numbers and adding a couple of tests. What do you think? alex

protobi commented 10 years ago

+1 Concur that scientific notation would be useful to support.