Commits


Alenka Frim authored and GitHub committed 97821aa5af6
GH-33742: [Python] Address docstrings in Data Types classes (#34380) ### Rationale for this change Ensure docstrings for [Data Types Classes](https://arrow.apache.org/docs/python/api/datatypes.html#type-classes) have an Examples section. ### What changes are included in this PR? Docstrings examples are added. ### Are these changes tested? Yes, with `python -m pytest --doctest-cython python/pyarrow ` * Closes: #33742 Authored-by: Alenka Frim <frim.alenka@gmail.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>