In Excel, I created a Year End Date column of 1000 rows, where every cell's contents are 12/31/2018. I formatted this as a Date in Excel. I pulled this all into R, did some data manipulation on other columns, NOT the date column, and exported the final data frame out using write.csv. When I open the final file (in Excel or Tableau), my entire Year End Date column is coming out to be 1546214400 in every single cell.
Why is this happening? How can I resolve it?
Thanks!