Many a times after data cleaning and reordering, the dataset row numbers get jumbled up. To solve the issue simple run the following command:
Happy programming!!
> row.names(myDataFrame) <- 1:nrow(myDataFrame)
Happy programming!!
No comments:
Post a Comment