pandas string data read excel file

 

When reading files pandas, the data returned is an integer, you can add dtype parameters, to return to the default format of

pd.read_excel(path,dtype=object)

  

Guess you like

Origin www.cnblogs.com/zwp-627/p/11734417.html