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

More type checks for NaNs #172

Closed iros closed 12 years ago

iros commented 12 years ago

Coerce now does not let NaNs through. Numeric better handles null values since coerce does let nulls through.

iros commented 12 years ago

Handles issues #152