79325865

Date: 2025-01-03 08:22:29
Score: 1
Natty:
Report link

This happens when one record of table matches to multiple records of another table, and vice versa.

Try with relationship="many-to-many" in the join statement

merged_data <- inner_join(distinct(flights), distinct(tickets), by = c("ORIGIN", "DESTINATION"), relationship="many-to-many") 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: fariha