-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Python][Docs] Time32Type "unit" docs are outdated #38683
Comments
Agreed. That is not documented correctly. |
Based on the information you provided, it seems that there is a discrepancy between the documentation and the actual implementation of the pyarrow.time32 method. The documentation claims that the valid options for the time unit are ' Can you please provide more information about the error messages and version you are using? |
…ype (#39059) ### Rationale for this change `Time32Type` and `Time64Type` unit docs are not correctly documented. ### What changes are included in this PR? Update the docstrings for `Time32Type` and `Time64Type` `unit`. * Closes: #38683 Authored-by: AlenkaF <frim.alenka@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
…ime64Type (apache#39059) ### Rationale for this change `Time32Type` and `Time64Type` unit docs are not correctly documented. ### What changes are included in this PR? Update the docstrings for `Time32Type` and `Time64Type` `unit`. * Closes: apache#38683 Authored-by: AlenkaF <frim.alenka@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
…ime64Type (apache#39059) ### Rationale for this change `Time32Type` and `Time64Type` unit docs are not correctly documented. ### What changes are included in this PR? Update the docstrings for `Time32Type` and `Time64Type` `unit`. * Closes: apache#38683 Authored-by: AlenkaF <frim.alenka@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Describe the bug, including details regarding any error messages, version, and platform.
https://arrow.apache.org/docs/python/generated/pyarrow.Time32Type.html
This claims that these are valid options for
unit
:Using help on the
pyarrow.time32
method shows that onlys
andms
are valid options.Component(s)
Documentation, Python
The text was updated successfully, but these errors were encountered: