Compartilhar via


DataFrame.Join(DataFrame, String, String, JoinAlgorithm) Método

Definição

Une colunas de outro DataFrame

public Microsoft.Data.Analysis.DataFrame Join (Microsoft.Data.Analysis.DataFrame other, string leftSuffix = "_left", string rightSuffix = "_right", Microsoft.Data.Analysis.JoinAlgorithm joinAlgorithm = Microsoft.Data.Analysis.JoinAlgorithm.Left);
member this.Join : Microsoft.Data.Analysis.DataFrame * string * string * Microsoft.Data.Analysis.JoinAlgorithm -> Microsoft.Data.Analysis.DataFrame
Public Function Join (other As DataFrame, Optional leftSuffix As String = "_left", Optional rightSuffix As String = "_right", Optional joinAlgorithm As JoinAlgorithm = Microsoft.Data.Analysis.JoinAlgorithm.Left) As DataFrame

Parâmetros

other
DataFrame

O outro DataFrame para ingressar.

leftSuffix
String

O sufixo a ser adicionado a esta DataFramecoluna se houver nomes de coluna comuns

rightSuffix
String

O sufixo a ser adicionado à othercoluna 's se houver nomes de coluna comuns

joinAlgorithm
JoinAlgorithm

O JoinAlgorithm a ser usado.

Retornos

Um novo DataFrame

Aplica-se a