emkornfield commented on a change in pull request #7822:
URL: https://github.com/apache/arrow/pull/7822#discussion_r459872595
##########
File path: python/pyarrow/pandas_compat.py
##########
@@ -1009,12 +1009,15 @@ def _is_generated_index_name(name):
return re.match(pattern, name) is not None
+# ARROW-9096: added integer and floating
Review comment:
nit: generally only have comment like this for TODOs. git blame/git log
can track when things were added.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]