kevingurney commented on PR #37836:
URL: https://github.com/apache/arrow/pull/37836#issuecomment-1734153453
I haven't looked at the code yet in detail, but just a thought - what if we
made the display look similar to the following?
```matlab
Arrow tabular Schema with 3 fields:
┌─────────────────┬─────────────────┬──────────────┐
│ Name: A │ Name: B │ Name: C │
│ Type: Time32 │ Type: Boolean │ Type: String │
└─────────────────┴─────────────────┴──────────────┘
```
This is just a suggestion. Let me know what you think.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]