@chaitu wrote:
I have used the below code to import the csv file. But it removes the top 2 rows. I want only the second row to be removed and I want the header to be there as it is. Can someone please help me?
data = read.csv(“IMDB_data.csv”, header = T, skip = 2)IMDB_data.csv (1.9 MB)
Attached the csv file.
Posts: 1
Participants: 1