joins: Join Two Datasets Together

Description Usage Arguments Details Value Author(s) Examples

Description

This function will perform all join operations for two datasets

Usage

1
tamahagane.apply.join(x,y,joinType="")

Arguments

x, y

Two datasets which are required to join.

joinType

Type of join e.g inner, outer, left, right

Details

This function will take two datasets and type of join operation and will return result after joininng them on the basis of type of join. Type of join can be ("inner", "outer", "left", "right") different and if you will not specify the type of join then this function will perform "inner" join by default.

Value

Return data after performing joining operations.

Author(s)

Farhan Mubasher (xululabs)

Examples

1
2
tamahagane.apply.join(data1,data2, joinType= "outer")
tamahagane.apply.join(data1,data2, joinType= "left")

farhanmubasher/tamahagane documentation built on May 16, 2019, 10:09 a.m.