📜  警告消息:在 scan(file = file, what = what, sep = sep, quote = quote, dec = dec, : 引用字符串中的 EOF - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:23.550000             🧑  作者: Mango

代码示例1
tab <- read.table(file, sep="\t", header=FALSE, comment.char="#",
                  na.strings=".", stringsAsFactors=FALSE,
                  quote="", fill=FALSE)