How to convert object columns to int and float columns without converting datetime columns

后端 未结 0 2010
忘了有多久
忘了有多久 2021-01-01 18:50

I am loading the table into pandas

import pandas as pd
df=pd.read_excel(file.xlsx,dtype=object)
A   B         C        D
1   2.0   1-02-1997   sam
Nan 2.3   3         


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