How many rows with a left join?
Select the true statement about left joins.
Try running the following code statements:
left_table.merge(one_to_one, on='id', how='left').shapeleft_table.merge(one_to_many, on='id', how='left').shape
Note that the left_table starts out with 4 rows.
Deze oefening maakt deel uit van de cursus
Joining Data with pandas
Praktische interactieve oefening
Zet theorie om in actie met een van onze interactieve oefeningen.
Begin met trainen