最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

python - Using pyarrow back end with custom dtype - Stack Overflow

programmeradmin8浏览0评论

I have a custom dtype in Pandas as well as an extension array. I would like to use the pyarrow back end over the default numpy backend.

See: .html#is-this-something-to-worry-about-now See: .DataFrame.convert_dtypes.html

On my extension array, I did implement __arrow_array__.

My question is what do I need to implement on the custom ExtensionDtype to get the convert_dtypes to work with the pyarrow back end?

Thank you

发布评论

评论列表(0)

  1. 暂无评论