-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Microsoft.Data.AnalysisAll DataFrame related issues and PRsAll DataFrame related issues and PRs
Description
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.
jwood803, GKrivosheev-rms and Timmoth
Metadata
Metadata
Assignees
Labels
Microsoft.Data.AnalysisAll DataFrame related issues and PRsAll DataFrame related issues and PRs