Reamer commented on PR #4609:
URL: https://github.com/apache/zeppelin/pull/4609#issuecomment-1568373139

   It seems that the data types are different. What do you think about simply 
counting down?
   ```
   rowNumber = min(len(rows), len(df.index.values)) 
   for idx, row in zip(index, rows):
       rowNumber = rowNumber - 1;
       if (rowNumber == 0)
          body_buf.write("\n")
   ```
   
   A screenshot of my reproduction
   
![grafik](https://github.com/apache/zeppelin/assets/454320/70384da8-50c3-4087-bdcb-e82fe47e82e4)
      
          


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to