danepitkin commented on code in PR #34980:
URL: https://github.com/apache/arrow/pull/34980#discussion_r1165907420
##########
python/pyarrow/lib.pxd:
##########
@@ -469,15 +469,19 @@ cdef class ChunkedArray(_PandasConvertible):
cdef getitem(self, int64_t i)
-cdef class Table(_PandasConvertible):
+cdef class _Table(_PandasConvertible):
Review Comment:
How about `_Tabular`? It's an adjective so `class RecordBatch(_Tabular)` and
`class Table(_Tabular)` sound very descriptive IMO. My initial thought is that
adding `Base` here is redundant, but let me know if you think otherwise.
--
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]