Commits


Itamar Turner-Trauring authored and Wes McKinney committed 11ee468dcd3
ARROW-5359: [Python] Support non-nanosecond out-of-range timestamps in conversion to pandas This fixes https://issues.apache.org/jira/browse/ARROW-5359 by adding a new flag, `timestamp_as_object`. In this PR the default is to be False. Plausibly it should default to True, much like `date_as_object` is True by default, but that would be backwards incompatible. There are definitely a number of tests that fail when the default is changed, but they might be overly brittle tests. Closes #7169 from itamarst/ARROW-5359 Lead-authored-by: Itamar Turner-Trauring <itamar@itamarst.org> Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Wes McKinney <wesm@apache.org>