paleolimbot commented on code in PR #436:
URL: https://github.com/apache/arrow-nanoarrow/pull/436#discussion_r1573245816


##########
python/src/nanoarrow/array.py:
##########
@@ -490,3 +490,7 @@ def to_string(self, width_hint=80, items_hint=10) -> str:
 
     def __repr__(self) -> str:
         return self.to_string()
+
+    def inspect(self): # or dump?

Review Comment:
   I quite like `inspect()`!
   
   This could probably fairly easily be extended to multiple chunks (by 
printing out in a loop?)



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