martin-liu commented on PR #13402: URL: https://github.com/apache/arrow/pull/13402#issuecomment-1162452139
@lidavidm Thanks for your time! I didn't fully get your point, basically Pandas allows non-str column/index names, it's just in PyArrow we are using `str(name)`. The existing code has the str conversion for `columns`, but missing for `indexes`, so I added it in this PR. What kind of doc change are you thinking? -- 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]
