You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 aDataFrameColumn
ofArray<T>
, so each row holds an array of values. ML.NET supports holding Array, soIDataView.ToDataFrame
might run into this issue at some point.The text was updated successfully, but these errors were encountered: