------------------
* Refactored by using and manipulating the pandas dataframe as it'a returned from
quandl/Sharadar. The dates are rows and the columns are the "observations"
ie the revenue, income etc. The dataframe is transposed prior to writing to
excel so that the data is in the typically viewed format of dates as columns
and the observations as rows.