jorisvandenbossche commented on issue #39315:
URL: https://github.com/apache/arrow/issues/39315#issuecomment-1864534999

   While we are at improving the repr of arrays, we can probably leave out the 
boilerplate in `<pyarrow.lib.TimestampArray object at 0x125319de0>` (that's 
just python's default repr), and limit it to something like 
`<pyarrow.TimestampArray>` in general (similarly for other array types). 
   And then that also makes it easier for TimestampArray to add additional 
information. Something like `<pyarrow.TimestampArray[us, tz=America/Halifax]>` 
could then be an option (although I am not fully sure I like adding a [] 
parametrization to the array, because that is typically only something we do 
for _types_, not arrays)


-- 
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]

Reply via email to