Hi, when I use tabulate to print a table with columns containing empty string, the column separator is missing, as follows:
+----------+
| v.speaks |
+----------+
+----------+
+----------+
+----------+
| null |
+----------+
| null |
+----------+
| null |
+----------+
Hi, when I use tabulate to print a table with columns containing empty string, the column separator is missing, as follows: