Data-frame Object has no Attribute

前端 未结 5 1093
我寻月下人不归
我寻月下人不归 2020-12-13 18:26

I know that this kind of question was asked before and I\'ve checked all the answers and I have tried several times to find a solution but in vain. In fact I call a Datafra

5条回答
  •  萌比男神i
    2020-12-13 19:04

    Quick fix: Change how excel converts imported files. Go to 'File', then 'Options', then 'Advanced'. Scroll down and uncheck 'Use system seperators'. Also change 'Decimal separator' to '.' and 'Thousands separator' to ',' . Then simply 're-save' your file in the CSV (Comma delimited) format. The root cause is usually associated with how the csv file is created. Trust that helps. Point is, why use extra code if not necessary? Cross-platform understanding and integration is key in engineering/development.

提交回复
热议问题