Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs][Python] Add missing canonical extension types to PyArrow arrays and datatypes docs #44711

Closed
ianmcook opened this issue Nov 13, 2024 · 4 comments

Comments

@ianmcook
Copy link
Member

Describe the bug, including details regarding any error messages, version, and platform.

Some of the canonical extension types which are implemented in PyArrow are missing from the PyArrow arrays and datatypes docs pages. For example, Opaque is there, but JSON, UUID, and Bool8 are missing.

The docs pages with the missing entries:
https://arrow.apache.org/docs/dev/python/api/arrays.html
https://arrow.apache.org/docs/dev/python/api/datatypes.html

The RST sources for those pages:
https://github.com/apache/arrow/blob/main/docs/source/python/api/arrays.rst
https://github.com/apache/arrow/blob/main/docs/source/python/api/datatypes.rst

You can look through the associated PXI files to check what's missing:
https://github.com/apache/arrow/blob/main/python/pyarrow/array.pxi
https://github.com/apache/arrow/blob/main/python/pyarrow/types.pxi

Component(s)

Documentation, Python

@msebbah
Copy link
Contributor

msebbah commented Nov 27, 2024

Keen on working on it

@ianmcook
Copy link
Member Author

Thanks @msebbah! Please comment here with the word "take" and the GitHub bot will assign this issue to you.

@msebbah
Copy link
Contributor

msebbah commented Nov 28, 2024

take

@ianmcook ianmcook added this to the 19.0.0 milestone Dec 9, 2024
ianmcook pushed a commit that referenced this issue Dec 9, 2024
…rrow arrays and datatypes docs (#44880)

Some of the canonical extension types which are implemented in PyArrow
missing from the PyArrow arrays and datatypes docs pages have been added
like JSON, UUID, Decimal256 and Bool8.
* GitHub Issue: #44711
@ianmcook
Copy link
Member Author

ianmcook commented Dec 9, 2024

Closed by #44880

@ianmcook ianmcook closed this as completed Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants