【发布时间】:2020-11-17 04:40:05
【问题描述】:
我的 csv 文件中有 Sr.no 列,其中包含所有整数值,但会将其作为 pandas 数据框读取,一些整数值会转换为浮点数,为什么?
I have Data set contain following records
When i load it as Data Frame it shows like this
These are n th records of same data set
But this time in Data Frame SR.NO column it is showing float values
【问题讨论】:
标签: python pandas csv data-science data-analysis