!julia> TSFrame(DataFrame(Index=[1, 2]))
ERROR: ArgumentError: Column Index is already present in the data frame which is not allowed when `makeunique=true`
This call should actually output an empty TSFrame with 0 columns but with the provided index.
Ref #183