Why the first row number in the csv file is blank ?
Why the first row number in the csv file is blank like "" instead of "0" because the second row is like "1".
R Introduction-to-Data-Frames-in-R 08-09 min 0-10 sec
Answers:
The first row is mostly dedicated to the column names. It is not a part of the index. For a data set, the "0" index has no meaning. That is why it is left blank.