GH-33741: [Python] Address docstrings in Data Types Factory Functions#33785
Conversation
danepitkin
left a comment
There was a problem hiding this comment.
A few small suggestions, but overall LGTM!
jorisvandenbossche
left a comment
There was a problem hiding this comment.
Some tiny comments, but generally looks good!
…ay_nano_interval types
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
a9e50c3 to
61fd32b
Compare
|
Thanks! |
|
Benchmark runs are scheduled for baseline = fe88d9a and contender = 427f1b6. 427f1b6 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Rationale for this change
Ensure docstrings for Data Types Factory Functions have an Examples section.
What changes are included in this PR?
Docstrings are added to listed Data Types Factory Functions.
Are these changes tested?
Yes, locally with
pytest --doctest-cython --disable-warningspyarrow and on the CI withPython / AMD64 Conda Python 3.9 Sphinx & Numpydocbuild.Are there any user-facing changes?
No.