Skip to content

DataFrame only containing one column named Index breaks the constructor  #185

@chiraganand

Description

@chiraganand
!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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions