emer / etable

Data table structure in Go, now developed at https://github.com/cogentcore/core/tree/main/tensor
BSD 3-Clause "New" or "Revised" License
117 stars 9 forks source link

.csv import: for large files, reading all in ram then decoding is not good.. #18

Open rcoreilly opened 4 years ago

rcoreilly commented 4 years ago

switch to interactive decode mode

also, still need to add the auto-detect of separator -- wrote that for something else very recently..

rcoreilly commented 3 years ago

and it is not parsing NaN properly, so those values end up as 0's.

rcoreilly commented 3 years ago

actually was parsing and setting Null flag, but not setting value to NaN, and graphing was not looking at Null flag..