Is there a way to convert numbers to Date. Actually this dataframe I downloaded from excel. But After importing, Column 4 header got converted to numbers(43759.708333333336). Now how do I convert it back to date?
df <- structure(list(Parameter = c("Generation", "Condensate Flow to DEA."
), Unit = c("MW", "TPH"), Design = c(660, 1515.796), `43759.708333333336` = c(659.56473061557,
1564.58185369488)), row.names = c(NA, -2L), class = "data.frame")
df
Parameter Unit Design 43759.708333333336
1 Gene MW 660.000 659.5647
2 Condensate PH 1515.796 1564.5819