You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
!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.
This call should actually output an empty TSFrame with 0 columns but with the provided index.
Ref #183
The text was updated successfully, but these errors were encountered: