Skip to content

addIndexColumn in DataFrame.LoadCsv doesn't work #5968

Closed
@andrei-faber

Description

@andrei-faber

To Reproduce

            var dataFrame = DataFrame.LoadCsvFromString("1\r\n2\r\n", header: false, addIndexColumn: true);
            Debug.Assert(dataFrame.Columns.Count == 2); // fails

Metadata

Metadata

Assignees

No one assigned

    Labels

    Microsoft.Data.AnalysisAll DataFrame related issues and PRsbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions