It was added for a reason: a correct column name should not start with a number. Here it looks like you should pivot_longer() your data frames so that the date becomes its own data column (and the result follows the principle that column names describe the data, but the actual data is in the data frame).
Is this what you meant with "transpose" in your other question?