Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addIndexColumn in DataFrame.LoadCsv doesn't work #5968

Closed
Tracked by #6144
andrei-faber opened this issue Oct 12, 2021 · 0 comments · Fixed by #6769
Closed
Tracked by #6144

addIndexColumn in DataFrame.LoadCsv doesn't work #5968

andrei-faber opened this issue Oct 12, 2021 · 0 comments · Fixed by #6769
Labels
bug Something isn't working Microsoft.Data.Analysis All DataFrame related issues and PRs

Comments

@andrei-faber
Copy link
Contributor

To Reproduce

            var dataFrame = DataFrame.LoadCsvFromString("1\r\n2\r\n", header: false, addIndexColumn: true);
            Debug.Assert(dataFrame.Columns.Count == 2); // fails
@michaelgsharp michaelgsharp added bug Something isn't working Microsoft.Data.Analysis All DataFrame related issues and PRs labels Oct 14, 2021
@ghost ghost added the in-pr label Jul 20, 2023
@ghost ghost removed the in-pr label Aug 25, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Sep 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working Microsoft.Data.Analysis All DataFrame related issues and PRs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants