Skip to content
Jeffrey Heer edited this page May 15, 2015 · 2 revisions

There are many ways datalib might be further improved. For example:

  • Date parsing currently uses the built-in JS Date.parse, which can vary across JS runtimes (shudder). Extended date/time parsing with well-defined formats could be quite useful, perhaps leveraging d3.time.format.
  • Additional statistics or random number generators for other common distributions (e.g., Poisson).
  • Bug reports and fixes.

Please post any errors or issues at https://github.com/uwdata/datalib/issues

Clone this wiki locally