Debug 路漫漫-13:Python: pandas IndexError: single positional indexer is out-of-bounds

在数据预处理过程中,出现:IndexError: single positional indexer is out-of-bounds

原因是在使用 Pandas 读取 dataframe 的时候,分隔符搞错了!!!

这个时候,定点Debug一下,看一下切分出来的数据片格式 即可,

Debug 路漫漫-13:Python: pandas IndexError: single positional indexer is out-of-bounds