Danfo.js is an open source, JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.
Describe the bug
When using readCSV and readExcel, with a CSV file that contains zero-leading numbers, the leading zeros are not preserved even after setting dtypes to string
Describe the bug When using
readCSV
andreadExcel
, with a CSV file that contains zero-leading numbers, the leading zeros are not preserved even after setting dtypes tostring
To Reproduce Steps to reproduce the behavior:
.csv
file:./sample.csv
Expected behavior Leading-zeros should be retained if dtypes is string
Desktop (please complete the following information):