I have a data-frame whose first row consists of names of currencies, second row consists of dates, and thirst row consists of historical prices for those dates.
How can I convert this into a time-series object whose columns consist of different currencies and rows consist of historical prices for those dates? The issue is that soem currencies have no prices for certain days.... how can I fill those with NAs and lign them up automatically?