issues
search
htm-community
/
nupic.visualizations
Web application for interactive graphs, anomaly highlighting and online monitoring.
MIT License
17
stars
11
forks
source link
Handle last row streaming file correctly
#61
Closed
breznak
closed
8 years ago
breznak
commented
8 years ago
For #17
only for streaming file (a file that is being written to as is read by this app)
the
chunk
can read an incomplete last row,
which we use to create the
fieldMap
aka "headers for the graph"
so there can be columns missing!
solve this by comparing lastRow to last-1 row
if their num columns differ, drop the last row
For #17
chunk
can read an incomplete last row,fieldMap
aka "headers for the graph"