0x26res commented on issue #37545: URL: https://github.com/apache/arrow/issues/37545#issuecomment-1706424091
Thanks @AlenkaF, `coerce_temporal_nanoseconds` gives me `timestamp[ns]`. Also I've figure I was using types_mapper wrong, I should be doing: ```python table.to_pandas(types_mapper={pa.date32(): pd.ArrowDtype(pa.timestamp('ns'))}.get) ``` I'll close the issue. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org