Skip to content
Prev 247236 / 398503 Next

Unexpected behaviour of write.csv - read.csv

On 11-01-13 6:26 AM, Rainer M Krug wrote:
I don't think so.  The CSV format is an export format which holds less 
information than a dataframe.  By exporting the dataframe to CSV and 
importing the result, you are discarding information and you should 
expect to get something different.

If you want to save a dataframe to disk and read it back unchanged, you 
should use save() and load().

Duncan Murdoch