danfojs
danfojs copied to clipboard
Allow user to handle errors
The code using Papa js (readCSV in browser, for instance) doesn't reject the promise when a error occurs so makes it impossible for the user to catch the problem.
I'm not sure if this patch will work but this is an issue anyway.