【发布时间】:2020-07-09 22:07:54
【问题描述】:
d=read.csv(file.choose())
Warning messages:
1: In read.table(file = file, header = header, sep = sep, quote = quote, :
line 1 appears to contain embedded nulls
2: In read.table(file = file, header = header, sep = sep, quote = quote, :
incomplete final line found by readTableHeader on 'C:\Users\xforce47\Desktop\airbnb .xlsx'
d=read.csv(file.choose())
警告信息: 1: 在 read.table(file = file, header = header, sep = sep, quote = quote, : 第 1 行似乎包含嵌入的空值 2: 在 read.table(file = file, header = header, sep = sep, quote = quote, : readTableHeader 在 'C:\Users\xforce47\Desktop\airbnb .xlsx' 上发现的最后一行不完整
【问题讨论】:
-
为什么你使用
read.csv读取excel文件?试试this
标签: r