danfojs icon indicating copy to clipboard operation
danfojs copied to clipboard

readCSV returns wrong dtypes

Open himself65 opened this issue 3 years ago • 1 comments

in browser, readCSV from https://github.com/codeforamerica/ohana-api/blob/master/data/sample-csv/contacts.csv

the dtypes are

[
    "int32",
    "int32",
    "float32",
    "float32",
    "string",
    "string",
    "float32",
    "float32"
]

but last two should be string

himself65 avatar Sep 26 '22 05:09 himself65

in browser, readCSV from https://github.com/codeforamerica/ohana-api/blob/master/data/sample-csv/contacts.csv

the dtypes are

[
    "int32",
    "int32",
    "float32",
    "float32",
    "string",
    "string",
    "float32",
    "float32"
]

but last two should be string

That's a bug, will look into it

risenW avatar Sep 26 '22 08:09 risenW