IDataViewExtensions Class

Definition

public static class IDataViewExtensions
type IDataViewExtensions = class
Public Module IDataViewExtensions
Inheritance
IDataViewExtensions

Methods

ToDataFrame(IDataView, Int64)

Returns a DataFrame from this dataView.

ToDataFrame(IDataView, Int64, String[])

Returns a DataFrame with the first maxRows of this dataView.

ToDataFrame(IDataView, String[])

Returns a DataFrame with the first 100 rows of this dataView.

Applies to