@venkateshpadala wrote:
Hi
I have tried code which was mentioned in toturial and also tried below code in R but still it is not showing any missing values but when I go see my CSV I can missing values, can some please advise what I doing wrong.ile1 = 'C:/Users/padalav/Desktop/ds sample2/testset.csv'
file2 = 'C:/Users/padalav/Desktop/ds sample2/trainset.csv'
testdata <- read.table(file=file1, header=TRUE, sep=",",na.strings = "NA",fill=TRUE,quote='')
traindata <- read.table(file=file2, header=TRUE, sep=",",na.strings = "NA",fill=TRUE,quote='')
Posts: 4
Participants: 2