4 references to ToDataFrame
Microsoft.Data.Analysis (2)
IDataView.Extension.cs (2)
24return ToDataFrame(dataView, maxRows, null); 35return ToDataFrame(dataView, defaultMaxRows, selectColumns);
Microsoft.Data.Analysis.Tests (2)
DataFrameIDataViewTests.cs (2)
323DataFrame newDf = dfAsIDataView.ToDataFrame(5, "Int", "Double"); 433DataFrame df = data.ToDataFrame(3, "Name", "Value");