2 references to ToDataFrame
Microsoft.Data.Analysis.Tests (2)
DataFrameIDataViewTests.cs (2)
270
DataFrame newDf = dfAsIDataView.
ToDataFrame
("Int", "Double");
398
DataFrame df = data.
ToDataFrame
("Name", "Value");