Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有固定标题的 csv 文件。但是某些列值可能会因空逗号而丢失。这给 read.csv.sql 带来了问题。我是否缺少此功能的任何参数?我希望阅读 null/NA - 有什么解决方法吗?
示例文件内容 -
一天,车1,车2 1、宝马、奥迪 2、奔驰、宝马 3、奥迪 4,,
一天,车1,车2
1、宝马、奥迪
2、奔驰、宝马
3、奥迪
4,,
我得到这个错误 -
扫描错误(文件,内容,nmax,sep,dec,quote,skip,nlines,na.strings,:第 1 行没有 45 个元素
巨大的文件首先被分成更小的块。然后csv使用带有分隔符的 Excel 打开,。标题(45 个元素)和下一行(43 个元素)中的逗号数量不匹配。
csv
,