While converting a data frame to a CSV file:
1
The row labels and columns headers are copied as is
2
The data in each row is separated by a comma
3
The row labels and column headers can be ignored
4
All of the above
The row labels and columns headers are copied as is
The data in each row is separated by a comma
The row labels and column headers can be ignored
All of the above