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

DataFrame should support Array data #5746

Open
Tracked by #6144
pgovind opened this issue Apr 12, 2021 · 1 comment
Open
Tracked by #6144

DataFrame should support Array data #5746

pgovind opened this issue Apr 12, 2021 · 1 comment
Labels
Microsoft.Data.Analysis All DataFrame related issues and PRs

Comments

@pgovind
Copy link

pgovind commented Apr 12, 2021

Currently, DataFrame only supports primitive types. Specifically, a DataFrameColumn can only only 1 primitive value per row. There are applications however that need to hold a DataFrameColumn of Array<T>, so each row holds an array of values. ML.NET supports holding Array, so IDataView.ToDataFrame might run into this issue at some point.

@pgovind pgovind added the Microsoft.Data.Analysis All DataFrame related issues and PRs label Apr 12, 2021
@LittleLittleCloud
Copy link
Contributor

Thanks for bring this up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Microsoft.Data.Analysis All DataFrame related issues and PRs
Projects
None yet
Development

No branches or pull requests

2 participants