You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/07/24 06:27:25 UTC

[GitHub] [arrow] emkornfield commented on a change in pull request #7822: ARROW-9096: [Python] Pandas roundtrip with dtype="object" underlying numeric column index

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:
users@infra.apache.org