Closed ibaryshnikov closed 5 years ago
There's no variable e in the scope. Did you mean ev.data[0]?
e
ev.data[0]
Thanks! ev.data[0] is not quite it, since that only gets us the first value -- it should be ev.data.join(',') probably.
ev.data.join(',')
@lars-t-hansen thanks!
There's no variable
e
in the scope. Did you meanev.data[0]
?