I am trying to write the dataframe T_df
into a csv file, however the saved "TFile.csv" file grows to approx 50GB on the Microsoft Azure / R server. Has someone experienced something similar and can please advise?
Example:
write.csv(T_df,"TFile.csv")
creates 50GB file, while dataframe is not that big
object.size(T_df)
2449776 bytes
str(T_df)
'data.frame': 101994 obs. of 3 variables:
Don't know if there's something special about your particular data but I don't see this when I run Microsoft R Server version 9.3.0.
TFile.csv is 6.1 M