danfojs
danfojs copied to clipboard
Fixed `sf.apply` not working with dates
Fixes #574
This PR added missing check instanceof Date in is1DArray. Now the method won't treat array of Date as 2D array anymore.
No regression.