Skip to content

Commit 65a876e

Browse files
authored
Merge pull request #158 from dotnet/smoke-test
CI Update
2 parents bbd4d67 + 0dbd926 commit 65a876e

File tree

113 files changed

+4291
-378
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+4291
-378
lines changed

dotnet/xml/FrameworksIndex/ml-dotnet-1.6.0.xml

+2,956
Large diffs are not rendered by default.

dotnet/xml/FrameworksIndex/ml-dotnet-preview.xml

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<Member Id="M:Microsoft.Data.Analysis.ArrowStringDataFrameColumn.GetDataViewGetter(Microsoft.ML.DataViewRowCursor)" />
3838
<Member Id="M:Microsoft.Data.Analysis.ArrowStringDataFrameColumn.GetEnumerator" />
3939
<Member Id="M:Microsoft.Data.Analysis.ArrowStringDataFrameColumn.GetEnumeratorCore" />
40+
<Member Id="M:Microsoft.Data.Analysis.ArrowStringDataFrameColumn.GetGroupedOccurrences(Microsoft.Data.Analysis.DataFrameColumn,System.Collections.Generic.HashSet{System.Int64}@)" />
4041
<Member Id="M:Microsoft.Data.Analysis.ArrowStringDataFrameColumn.GetMaxRecordBatchLength(System.Int64)" />
4142
<Member Id="M:Microsoft.Data.Analysis.ArrowStringDataFrameColumn.GetReadOnlyDataBuffers" />
4243
<Member Id="M:Microsoft.Data.Analysis.ArrowStringDataFrameColumn.GetReadOnlyNullBitMapBuffers" />
@@ -607,6 +608,7 @@
607608
<Member Id="M:Microsoft.Data.Analysis.DataFrame.LoadCsv(System.IO.Stream,System.Char,System.Boolean,System.String[],System.Type[],System.Int64,System.Int32,System.Boolean,System.Text.Encoding)" />
608609
<Member Id="M:Microsoft.Data.Analysis.DataFrame.LoadCsv(System.String,System.Char,System.Boolean,System.String[],System.Type[],System.Int32,System.Int32,System.Boolean,System.Text.Encoding)" />
609610
<Member Id="M:Microsoft.Data.Analysis.DataFrame.LoadCsvFromString(System.String,System.Char,System.Boolean,System.String[],System.Type[],System.Int64,System.Int32,System.Boolean)" />
611+
<Member Id="M:Microsoft.Data.Analysis.DataFrame.Merge(Microsoft.Data.Analysis.DataFrame,System.String[],System.String[],System.String,System.String,Microsoft.Data.Analysis.JoinAlgorithm)" />
610612
<Member Id="M:Microsoft.Data.Analysis.DataFrame.Merge``1(Microsoft.Data.Analysis.DataFrame,System.String,System.String,System.String,System.String,Microsoft.Data.Analysis.JoinAlgorithm)" />
611613
<Member Id="M:Microsoft.Data.Analysis.DataFrame.Microsoft#ML#IDataView#GetRowCount" />
612614
<Member Id="M:Microsoft.Data.Analysis.DataFrame.Microsoft#ML#IDataView#GetRowCursor(System.Collections.Generic.IEnumerable{Microsoft.ML.DataViewSchema.Column},System.Random)" />
@@ -811,6 +813,8 @@
811813
<Member Id="M:Microsoft.Data.Analysis.DataFrameColumn.GetArrowField" />
812814
<Member Id="M:Microsoft.Data.Analysis.DataFrameColumn.GetDataViewGetter(Microsoft.ML.DataViewRowCursor)" />
813815
<Member Id="M:Microsoft.Data.Analysis.DataFrameColumn.GetEnumeratorCore" />
816+
<Member Id="M:Microsoft.Data.Analysis.DataFrameColumn.GetGroupedOccurrences(Microsoft.Data.Analysis.DataFrameColumn,System.Collections.Generic.HashSet{System.Int64}@)" />
817+
<Member Id="M:Microsoft.Data.Analysis.DataFrameColumn.GetGroupedOccurrences``1(Microsoft.Data.Analysis.DataFrameColumn,System.Collections.Generic.HashSet{System.Int64}@)" />
814818
<Member Id="M:Microsoft.Data.Analysis.DataFrameColumn.GetMaxRecordBatchLength(System.Int64)" />
815819
<Member Id="M:Microsoft.Data.Analysis.DataFrameColumn.GetValue(System.Int64)" />
816820
<Member Id="M:Microsoft.Data.Analysis.DataFrameColumn.GetValueGetterUsingCursor(Microsoft.ML.DataViewRowCursor,Microsoft.ML.DataViewSchema.Column)" />
@@ -3305,6 +3309,7 @@
33053309
<Member Id="M:Microsoft.Data.Analysis.PrimitiveDataFrameColumn`1.GetDataViewGetter(Microsoft.ML.DataViewRowCursor)" />
33063310
<Member Id="M:Microsoft.Data.Analysis.PrimitiveDataFrameColumn`1.GetEnumerator" />
33073311
<Member Id="M:Microsoft.Data.Analysis.PrimitiveDataFrameColumn`1.GetEnumeratorCore" />
3312+
<Member Id="M:Microsoft.Data.Analysis.PrimitiveDataFrameColumn`1.GetGroupedOccurrences(Microsoft.Data.Analysis.DataFrameColumn,System.Collections.Generic.HashSet{System.Int64}@)" />
33083313
<Member Id="M:Microsoft.Data.Analysis.PrimitiveDataFrameColumn`1.GetMaxRecordBatchLength(System.Int64)" />
33093314
<Member Id="M:Microsoft.Data.Analysis.PrimitiveDataFrameColumn`1.GetReadOnlyDataBuffers" />
33103315
<Member Id="M:Microsoft.Data.Analysis.PrimitiveDataFrameColumn`1.GetReadOnlyNullBitMapBuffers" />
@@ -4280,6 +4285,7 @@
42804285
<Member Id="M:Microsoft.Data.Analysis.StringDataFrameColumn.GetDataViewGetter(Microsoft.ML.DataViewRowCursor)" />
42814286
<Member Id="M:Microsoft.Data.Analysis.StringDataFrameColumn.GetEnumerator" />
42824287
<Member Id="M:Microsoft.Data.Analysis.StringDataFrameColumn.GetEnumeratorCore" />
4288+
<Member Id="M:Microsoft.Data.Analysis.StringDataFrameColumn.GetGroupedOccurrences(Microsoft.Data.Analysis.DataFrameColumn,System.Collections.Generic.HashSet{System.Int64}@)" />
42834289
<Member Id="M:Microsoft.Data.Analysis.StringDataFrameColumn.GetValue(System.Int64)" />
42844290
<Member Id="M:Microsoft.Data.Analysis.StringDataFrameColumn.GetValueGetterUsingCursor(Microsoft.ML.DataViewRowCursor,Microsoft.ML.DataViewSchema.Column)" />
42854291
<Member Id="M:Microsoft.Data.Analysis.StringDataFrameColumn.GetValues(System.Int64,System.Int32)" />

dotnet/xml/FrameworksIndex/ml-dotnet.xml

+26
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@
378378
</Type>
379379
<Type Name="Microsoft.ML.ModelOperationsCatalog" Id="T:Microsoft.ML.ModelOperationsCatalog">
380380
<Member Id="M:Microsoft.ML.ModelOperationsCatalog.CreatePredictionEngine``2(Microsoft.ML.ITransformer,Microsoft.ML.DataViewSchema)" />
381+
<Member Id="M:Microsoft.ML.ModelOperationsCatalog.CreatePredictionEngine``2(Microsoft.ML.ITransformer,Microsoft.ML.PredictionEngineOptions)" />
381382
<Member Id="M:Microsoft.ML.ModelOperationsCatalog.CreatePredictionEngine``2(Microsoft.ML.ITransformer,System.Boolean,Microsoft.ML.Data.SchemaDefinition,Microsoft.ML.Data.SchemaDefinition)" />
382383
<Member Id="M:Microsoft.ML.ModelOperationsCatalog.Load(System.IO.Stream,Microsoft.ML.DataViewSchema@)" />
383384
<Member Id="M:Microsoft.ML.ModelOperationsCatalog.Load(System.String,Microsoft.ML.DataViewSchema@)" />
@@ -416,6 +417,7 @@
416417
<Member Id="M:Microsoft.ML.NormalizationCatalog.NormalizeSupervisedBinning(Microsoft.ML.TransformsCatalog,System.String,System.String,System.String,System.Int64,System.Boolean,System.Int32,System.Int32)" />
417418
</Type>
418419
<Type Name="Microsoft.ML.OnnxCatalog" Id="T:Microsoft.ML.OnnxCatalog">
420+
<Member Id="M:Microsoft.ML.OnnxCatalog.ApplyOnnxModel(Microsoft.ML.TransformsCatalog,Microsoft.ML.Transforms.Onnx.OnnxOptions)" />
419421
<Member Id="M:Microsoft.ML.OnnxCatalog.ApplyOnnxModel(Microsoft.ML.TransformsCatalog,System.String,System.Collections.Generic.IDictionary{System.String,System.Int32[]},System.Nullable{System.Int32},System.Boolean)" />
420422
<Member Id="M:Microsoft.ML.OnnxCatalog.ApplyOnnxModel(Microsoft.ML.TransformsCatalog,System.String,System.Nullable{System.Int32},System.Boolean)" />
421423
<Member Id="M:Microsoft.ML.OnnxCatalog.ApplyOnnxModel(Microsoft.ML.TransformsCatalog,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Int32[]},System.Nullable{System.Int32},System.Boolean)" />
@@ -431,10 +433,14 @@
431433
<Member Id="M:Microsoft.ML.PcaCatalog.RandomizedPca(Microsoft.ML.AnomalyDetectionCatalog.AnomalyDetectionTrainers,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Nullable{System.Int32})" />
432434
</Type>
433435
<Type Name="Microsoft.ML.PermutationFeatureImportanceExtensions" Id="T:Microsoft.ML.PermutationFeatureImportanceExtensions">
436+
<Member Id="M:Microsoft.ML.PermutationFeatureImportanceExtensions.PermutationFeatureImportance(Microsoft.ML.MulticlassClassificationCatalog,Microsoft.ML.ITransformer,Microsoft.ML.IDataView,System.String,System.Boolean,System.Nullable{System.Int32},System.Int32)" />
437+
<Member Id="M:Microsoft.ML.PermutationFeatureImportanceExtensions.PermutationFeatureImportance(Microsoft.ML.RankingCatalog,Microsoft.ML.ITransformer,Microsoft.ML.IDataView,System.String,System.String,System.Boolean,System.Nullable{System.Int32},System.Int32)" />
438+
<Member Id="M:Microsoft.ML.PermutationFeatureImportanceExtensions.PermutationFeatureImportance(Microsoft.ML.RegressionCatalog,Microsoft.ML.ITransformer,Microsoft.ML.IDataView,System.String,System.Boolean,System.Nullable{System.Int32},System.Int32)" />
434439
<Member Id="M:Microsoft.ML.PermutationFeatureImportanceExtensions.PermutationFeatureImportance``1(Microsoft.ML.BinaryClassificationCatalog,Microsoft.ML.ISingleFeaturePredictionTransformer{``0},Microsoft.ML.IDataView,System.String,System.Boolean,System.Nullable{System.Int32},System.Int32)" />
435440
<Member Id="M:Microsoft.ML.PermutationFeatureImportanceExtensions.PermutationFeatureImportance``1(Microsoft.ML.MulticlassClassificationCatalog,Microsoft.ML.ISingleFeaturePredictionTransformer{``0},Microsoft.ML.IDataView,System.String,System.Boolean,System.Nullable{System.Int32},System.Int32)" />
436441
<Member Id="M:Microsoft.ML.PermutationFeatureImportanceExtensions.PermutationFeatureImportance``1(Microsoft.ML.RankingCatalog,Microsoft.ML.ISingleFeaturePredictionTransformer{``0},Microsoft.ML.IDataView,System.String,System.String,System.Boolean,System.Nullable{System.Int32},System.Int32)" />
437442
<Member Id="M:Microsoft.ML.PermutationFeatureImportanceExtensions.PermutationFeatureImportance``1(Microsoft.ML.RegressionCatalog,Microsoft.ML.ISingleFeaturePredictionTransformer{``0},Microsoft.ML.IDataView,System.String,System.Boolean,System.Nullable{System.Int32},System.Int32)" />
443+
<Member Id="M:Microsoft.ML.PermutationFeatureImportanceExtensions.PermutationFeatureImportanceNonCalibrated(Microsoft.ML.BinaryClassificationCatalog,Microsoft.ML.ITransformer,Microsoft.ML.IDataView,System.String,System.Boolean,System.Nullable{System.Int32},System.Int32)" />
438444
</Type>
439445
<Type Name="Microsoft.ML.PredictionEngine`2" Id="T:Microsoft.ML.PredictionEngine`2">
440446
<Member Id="M:Microsoft.ML.PredictionEngine`2.Predict(`0,`1@)" />
@@ -445,6 +451,13 @@
445451
<Member Id="M:Microsoft.ML.PredictionEngineBase`2.Predict(`0,`1@)" />
446452
<Member Id="P:Microsoft.ML.PredictionEngineBase`2.OutputSchema" />
447453
</Type>
454+
<Type Name="Microsoft.ML.PredictionEngineOptions" Id="T:Microsoft.ML.PredictionEngineOptions">
455+
<Member Id="F:Microsoft.ML.PredictionEngineOptions.IgnoreMissingColumns" />
456+
<Member Id="F:Microsoft.ML.PredictionEngineOptions.InputSchemaDefinition" />
457+
<Member Id="F:Microsoft.ML.PredictionEngineOptions.OutputSchemaDefinition" />
458+
<Member Id="F:Microsoft.ML.PredictionEngineOptions.OwnsTransformer" />
459+
<Member Id="M:Microsoft.ML.PredictionEngineOptions.#ctor" />
460+
</Type>
448461
<Type Name="Microsoft.ML.RankingCatalog" Id="T:Microsoft.ML.RankingCatalog">
449462
<Member Id="M:Microsoft.ML.RankingCatalog.CrossValidate(Microsoft.ML.IDataView,Microsoft.ML.IEstimator{Microsoft.ML.ITransformer},System.Int32,System.String,System.String,System.Nullable{System.Int32})" />
450463
<Member Id="M:Microsoft.ML.RankingCatalog.Evaluate(Microsoft.ML.IDataView,Microsoft.ML.Data.RankingEvaluatorOptions,System.String,System.String,System.String)" />
@@ -2605,6 +2618,18 @@
26052618
<Member Id="M:Microsoft.ML.Transforms.Onnx.OnnxMapTypeAttribute.GetHashCode" />
26062619
<Member Id="M:Microsoft.ML.Transforms.Onnx.OnnxMapTypeAttribute.Register" />
26072620
</Type>
2621+
<Type Name="Microsoft.ML.Transforms.Onnx.OnnxOptions" Id="T:Microsoft.ML.Transforms.Onnx.OnnxOptions">
2622+
<Member Id="F:Microsoft.ML.Transforms.Onnx.OnnxOptions.FallbackToCpu" />
2623+
<Member Id="F:Microsoft.ML.Transforms.Onnx.OnnxOptions.GpuDeviceId" />
2624+
<Member Id="F:Microsoft.ML.Transforms.Onnx.OnnxOptions.InputColumns" />
2625+
<Member Id="F:Microsoft.ML.Transforms.Onnx.OnnxOptions.InterOpNumThreads" />
2626+
<Member Id="F:Microsoft.ML.Transforms.Onnx.OnnxOptions.IntraOpNumThreads" />
2627+
<Member Id="F:Microsoft.ML.Transforms.Onnx.OnnxOptions.ModelFile" />
2628+
<Member Id="F:Microsoft.ML.Transforms.Onnx.OnnxOptions.OutputColumns" />
2629+
<Member Id="F:Microsoft.ML.Transforms.Onnx.OnnxOptions.RecursionLimit" />
2630+
<Member Id="F:Microsoft.ML.Transforms.Onnx.OnnxOptions.ShapeDictionary" />
2631+
<Member Id="M:Microsoft.ML.Transforms.Onnx.OnnxOptions.#ctor" />
2632+
</Type>
26082633
<Type Name="Microsoft.ML.Transforms.Onnx.OnnxScoringEstimator" Id="T:Microsoft.ML.Transforms.Onnx.OnnxScoringEstimator">
26092634
<Member Id="M:Microsoft.ML.Transforms.Onnx.OnnxScoringEstimator.GetOutputSchema(Microsoft.ML.SchemaShape)" />
26102635
</Type>
@@ -2820,6 +2845,7 @@
28202845
<Member Id="F:Microsoft.ML.Transforms.TimeSeries.MartingaleType.Power" />
28212846
</Type>
28222847
<Type Name="Microsoft.ML.Transforms.TimeSeries.PredictionFunctionExtensions" Id="T:Microsoft.ML.Transforms.TimeSeries.PredictionFunctionExtensions">
2848+
<Member Id="M:Microsoft.ML.Transforms.TimeSeries.PredictionFunctionExtensions.CreateTimeSeriesEngine``2(Microsoft.ML.ITransformer,Microsoft.ML.Runtime.IHostEnvironment,Microsoft.ML.PredictionEngineOptions)" />
28232849
<Member Id="M:Microsoft.ML.Transforms.TimeSeries.PredictionFunctionExtensions.CreateTimeSeriesEngine``2(Microsoft.ML.ITransformer,Microsoft.ML.Runtime.IHostEnvironment,System.Boolean,Microsoft.ML.Data.SchemaDefinition,Microsoft.ML.Data.SchemaDefinition)" />
28242850
</Type>
28252851
<Type Name="Microsoft.ML.Transforms.TimeSeries.RankSelectionMethod" Id="T:Microsoft.ML.Transforms.TimeSeries.RankSelectionMethod">

dotnet/xml/Microsoft.Data.Analysis/ArrowStringDataFrameColumn.xml

+26
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,32 @@
533533
<inheritdoc />
534534
</Docs>
535535
</Member>
536+
<Member MemberName="GetGroupedOccurrences">
537+
<MemberSignature Language="C#" Value="public override System.Collections.Generic.Dictionary&lt;long,System.Collections.Generic.ICollection&lt;long&gt;&gt; GetGroupedOccurrences (Microsoft.Data.Analysis.DataFrameColumn other, out System.Collections.Generic.HashSet&lt;long&gt; otherColumnNullIndices);" />
538+
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance class System.Collections.Generic.Dictionary`2&lt;int64, class System.Collections.Generic.ICollection`1&lt;int64&gt;&gt; GetGroupedOccurrences(class Microsoft.Data.Analysis.DataFrameColumn other, [out] class System.Collections.Generic.HashSet`1&lt;int64&gt;&amp; otherColumnNullIndices) cil managed" />
539+
<MemberSignature Language="DocId" Value="M:Microsoft.Data.Analysis.ArrowStringDataFrameColumn.GetGroupedOccurrences(Microsoft.Data.Analysis.DataFrameColumn,System.Collections.Generic.HashSet{System.Int64}@)" />
540+
<MemberSignature Language="VB.NET" Value="Public Overrides Function GetGroupedOccurrences (other As DataFrameColumn, ByRef otherColumnNullIndices As HashSet(Of Long)) As Dictionary(Of Long, ICollection(Of Long))" />
541+
<MemberSignature Language="F#" Value="override this.GetGroupedOccurrences : Microsoft.Data.Analysis.DataFrameColumn * HashSet -&gt; System.Collections.Generic.Dictionary&lt;int64, System.Collections.Generic.ICollection&lt;int64&gt;&gt;" Usage="arrowStringDataFrameColumn.GetGroupedOccurrences (other, otherColumnNullIndices)" />
542+
<MemberType>Method</MemberType>
543+
<AssemblyInfo>
544+
<AssemblyName>Microsoft.Data.Analysis</AssemblyName>
545+
<AssemblyVersion>1.0.0.0</AssemblyVersion>
546+
</AssemblyInfo>
547+
<ReturnValue>
548+
<ReturnType>System.Collections.Generic.Dictionary&lt;System.Int64,System.Collections.Generic.ICollection&lt;System.Int64&gt;&gt;</ReturnType>
549+
</ReturnValue>
550+
<Parameters>
551+
<Parameter Name="other" Type="Microsoft.Data.Analysis.DataFrameColumn" />
552+
<Parameter Name="otherColumnNullIndices" Type="System.Collections.Generic.HashSet&lt;System.Int64&gt;" RefType="out" />
553+
</Parameters>
554+
<Docs>
555+
<param name="other">To be added.</param>
556+
<param name="otherColumnNullIndices">To be added.</param>
557+
<summary>To be added.</summary>
558+
<returns>To be added.</returns>
559+
<remarks>To be added.</remarks>
560+
</Docs>
561+
</Member>
536562
<Member MemberName="GetMaxRecordBatchLength">
537563
<MemberSignature Language="C#" Value="protected internal override int GetMaxRecordBatchLength (long startIndex);" />
538564
<MemberSignature Language="ILAsm" Value=".method familyorassemblyhidebysig virtual instance int32 GetMaxRecordBatchLength(int64 startIndex) cil managed" />

dotnet/xml/Microsoft.Data.Analysis/DataFrame.xml

+35-1
Original file line numberDiff line numberDiff line change
@@ -1618,6 +1618,40 @@
16181618
<remarks>To be added.</remarks>
16191619
</Docs>
16201620
</Member>
1621+
<Member MemberName="Merge">
1622+
<MemberSignature Language="C#" Value="public Microsoft.Data.Analysis.DataFrame Merge (Microsoft.Data.Analysis.DataFrame other, string[] leftJoinColumns, string[] rightJoinColumns, string leftSuffix = &quot;_left&quot;, string rightSuffix = &quot;_right&quot;, Microsoft.Data.Analysis.JoinAlgorithm joinAlgorithm = Microsoft.Data.Analysis.JoinAlgorithm.Left);" />
1623+
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance class Microsoft.Data.Analysis.DataFrame Merge(class Microsoft.Data.Analysis.DataFrame other, string[] leftJoinColumns, string[] rightJoinColumns, string leftSuffix, string rightSuffix, valuetype Microsoft.Data.Analysis.JoinAlgorithm joinAlgorithm) cil managed" />
1624+
<MemberSignature Language="DocId" Value="M:Microsoft.Data.Analysis.DataFrame.Merge(Microsoft.Data.Analysis.DataFrame,System.String[],System.String[],System.String,System.String,Microsoft.Data.Analysis.JoinAlgorithm)" />
1625+
<MemberSignature Language="VB.NET" Value="Public Function Merge (other As DataFrame, leftJoinColumns As String(), rightJoinColumns As String(), Optional leftSuffix As String = &quot;_left&quot;, Optional rightSuffix As String = &quot;_right&quot;, Optional joinAlgorithm As JoinAlgorithm = Microsoft.Data.Analysis.JoinAlgorithm.Left) As DataFrame" />
1626+
<MemberSignature Language="F#" Value="member this.Merge : Microsoft.Data.Analysis.DataFrame * string[] * string[] * string * string * Microsoft.Data.Analysis.JoinAlgorithm -&gt; Microsoft.Data.Analysis.DataFrame" Usage="dataFrame.Merge (other, leftJoinColumns, rightJoinColumns, leftSuffix, rightSuffix, joinAlgorithm)" />
1627+
<MemberType>Method</MemberType>
1628+
<AssemblyInfo>
1629+
<AssemblyName>Microsoft.Data.Analysis</AssemblyName>
1630+
<AssemblyVersion>1.0.0.0</AssemblyVersion>
1631+
</AssemblyInfo>
1632+
<ReturnValue>
1633+
<ReturnType>Microsoft.Data.Analysis.DataFrame</ReturnType>
1634+
</ReturnValue>
1635+
<Parameters>
1636+
<Parameter Name="other" Type="Microsoft.Data.Analysis.DataFrame" />
1637+
<Parameter Name="leftJoinColumns" Type="System.String[]" />
1638+
<Parameter Name="rightJoinColumns" Type="System.String[]" />
1639+
<Parameter Name="leftSuffix" Type="System.String" />
1640+
<Parameter Name="rightSuffix" Type="System.String" />
1641+
<Parameter Name="joinAlgorithm" Type="Microsoft.Data.Analysis.JoinAlgorithm" />
1642+
</Parameters>
1643+
<Docs>
1644+
<param name="other">To be added.</param>
1645+
<param name="leftJoinColumns">To be added.</param>
1646+
<param name="rightJoinColumns">To be added.</param>
1647+
<param name="leftSuffix">To be added.</param>
1648+
<param name="rightSuffix">To be added.</param>
1649+
<param name="joinAlgorithm">To be added.</param>
1650+
<summary>To be added.</summary>
1651+
<returns>To be added.</returns>
1652+
<remarks>To be added.</remarks>
1653+
</Docs>
1654+
</Member>
16211655
<Member MemberName="Merge&lt;TKey&gt;">
16221656
<MemberSignature Language="C#" Value="public Microsoft.Data.Analysis.DataFrame Merge&lt;TKey&gt; (Microsoft.Data.Analysis.DataFrame other, string leftJoinColumn, string rightJoinColumn, string leftSuffix = &quot;_left&quot;, string rightSuffix = &quot;_right&quot;, Microsoft.Data.Analysis.JoinAlgorithm joinAlgorithm = Microsoft.Data.Analysis.JoinAlgorithm.Left);" />
16231657
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance class Microsoft.Data.Analysis.DataFrame Merge&lt;TKey&gt;(class Microsoft.Data.Analysis.DataFrame other, string leftJoinColumn, string rightJoinColumn, string leftSuffix, string rightSuffix, valuetype Microsoft.Data.Analysis.JoinAlgorithm joinAlgorithm) cil managed" />
@@ -1652,7 +1686,7 @@
16521686
<param name="rightSuffix" />
16531687
<param name="joinAlgorithm" />
16541688
<summary>
1655-
Merge DataFrames with a database style join
1689+
Merge DataFrames with a database style join (for backward compatibility)
16561690
</summary>
16571691
<returns />
16581692
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)