Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

How to skip 2nd row while importing the data in R?

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles