Skip to content

[DataFrame] IDataView <-> DataFrame Interop #2192

@luisquintanilla

Description

@luisquintanilla

Interop between the IDataView and DataFrame is currently possible except when working with the following types:

  • VectorDataViewType
  • DateTimeDataViewType
  • KeyDataViewType (UInt)

This causes calls to .ToDataFrame() to throw an error.

Add support for the data types listed above to enable deeper interop between DataFrame and IDataView.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions