Вы находитесь на странице: 1из 1

ym_xts = read.csv("NIFTY.

csv",header = FALSE, sep = ",")


NSEI <- ym_xts
colnames(NSEI) <- c("Date","Time","Week_Num","open","high","low","close")
head(NSEI)

Call9000 = read.csv("CE 9000.txt",header = FALSE, sep = ",")


CE9000 <- Call9000
colnames(CE9000) <- c("Name","Date","Time","open","high","low","close","Volume")
head(CE9000)

Вам также может понравиться