1. Accept assigning time index via Int ``` TimeArray(table, timestamp = 1) ``` 2. Make the default time index be the first column ``` TimeArray(table) ```