Pandas read_excel new string type error when passing “string” using converters parameter

前端 未结 0 1548
庸人自扰
庸人自扰 2021-01-15 05:21

So I am just playing around with Pandas new string type, as of 1.0.0 Jan 2020.

import pandas as pd
test_series = pd.Series(["text", "text2"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题