Sdílet prostřednictvím


DataFrame.Join(DataFrame, String, String, JoinAlgorithm) Metoda

Definice

Spojí sloupce jiného 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

Parametry

other
DataFrame

DataFrame Druhý, ke které se chcete připojit.

leftSuffix
String

Přípona, která se má přidat k tomuto DataFramesloupci, pokud existují běžné názvy sloupců

rightSuffix
String

Přípona, která se má přidat do othersloupce ', pokud existují běžné názvy sloupců

joinAlgorithm
JoinAlgorithm

Používá JoinAlgorithm se.

Návraty

Nový DataFrame

Platí pro