You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).