Commits


Tim Swast authored and Joris Van den Bossche committed 1f7ee3908e1
ARROW-13897: [Python] Correct TimestampScalar.as_py() and DurationScalar.as_py() docstrings These methods incorrectly stated that pandas types are always returned if pandas is availabe. Also, TimestampScalar incorrectly stated that it returns a timedelta. Closes #11081 from tswast/timestamp-as_py-docs Authored-by: Tim Swast <swast@google.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>