jorisvandenbossche commented on pull request #7169:
URL: https://github.com/apache/arrow/pull/7169#issuecomment-645394604


   >  don't quite understand the Visit code
   
   That basically enables that the "object converter" (`PandasWriter::OBJECT`) 
works for timestamp type. This converter directly converts to an object ndarray 
of datetime.datetime objects (so we don't need to do that afterwards with 
`astype(object)`). 
   The `Visit` method itself is to call `PyDateTime_from_int`, an internal 
helper to create datetime.datetime objects, on each of the values of the array.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to