While an analytics trial, the following dataframe was given command to save (this is happening inside loop, just showing the problem step).
As you can see, this is just a normal dataframe with reasonably small number of rows (7171 rows) and columns (21 columns).
Upon saving this; the resultant file is >700 MB for some reason!
Upon opening the saved file (name and path of saving is correct, as intended), the following jumbled data was observed.
The whole file doesn't open, I think all the cells are filled >700 MB are filled with jumbled up values. Presently, I don't understand how this can happen and why this is happening.
Tried new session of R. Tried running the main loop step by step, still getting the weird results
Also, upon opening the csv output ans scrolling towards right, other zero column non-sense is observed:
Presently I have no clue how to solve this issue; witnessing this for the first time. Any help regarding solving this issue is highly appreciated.