jorisvandenbossche commented on a change in pull request #11245:
URL: https://github.com/apache/arrow/pull/11245#discussion_r719408269



##########
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:
       We can say to numpydoc to not complain about it (I _think_ it should be 
possible to let it complain about a missing parameter in general, but not a 
missing description. That would make it possible to only keep the `t : 
DataType`, which I think has all informatio)




-- 
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]


Reply via email to