static-frame / arraykit

Python C Extensions for StaticFrame
Other
8 stars 2 forks source link

`delimited_to_arrays`: introduce a parameter to determine if empty fields are treated as missing #80

Open flexatone opened 1 year ago

flexatone commented 1 year ago

Presently, "1,,0" (axis 0) can be interpreted as an int, where the empty field is given a zero. For floats, the empyt field is treated as NaN, for ints the empty field is treated as 0. This should be disableable with a parameter.