1 override of Product
Microsoft.Data.Analysis (1)
GroupBy.cs (1)
411
public override DataFrame
Product
(params string[] columnNames)
2 references to Product
Microsoft.Data.Analysis.Tests (2)
DataFrameTests.cs (2)
376
DataFrame product = df.GroupBy("Bool").
Product
();
410
DataFrame columnProduct = df.GroupBy("Bool").
Product
("Int");