kszucs commented on a change in pull request #11245:
URL: https://github.com/apache/arrow/pull/11245#discussion_r719403795
##########
File path: python/pyarrow/types.py
##########
@@ -44,209 +44,359 @@
def is_null(t):
"""
Return True if value is an instance of a null type.
+
+ Parameters
+ ----------
+ t : DataType
+ type to check
Review comment:
Numpydoc would complain otherwise. I agree that it is not extremely
useful, but it doesn't hurt either.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]