Github user voyageth commented on the issue:
https://github.com/apache/zeppelin/pull/1093
Oh, empty string also make wired graph too!
This PR doesn't consider that condition.
This PR can fix following condition.
`%sh echo -e "%table key\tvalue\nnull\t1000\n1\t100\n2\t20
Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/1093
Thanks @voyageth for the contribution.
I tried reproduce the problem by doing
```
%sh echo -e "%table key\tvalue\n\t1000\n1\t100\n2\t200"
```
And i've got weird
Github user corneadoug commented on the issue:
https://github.com/apache/zeppelin/pull/1093
@voyageth Thank you for the contribution,
Could you create a jira issue here:
https://issues.apache.org/jira/browse/ZEPPELIN
And also provide better details on the bug, it could be: