Replies: 1 comment
-
Github Discussions are not a proper place to discuss homework questions. This place is meant to discuss and exchange ideas related to Codewars platform. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am still learning coding but I have to merge 2 tables, 1 with 34M rows and I cannot find a code to do so. Lost where to find it.

I tried simple ways I find in the web but not working for me.
thanks
also tried using this code but syntax error:
def merge(
pick,
product,
how="left",
on=SKU,
left_on=None,
right_on=None,
left_index=False,
right_index=False,
sort=False,
suffixes=("_x", "_y"),
copy=True,
indicator=False,
validate=None,
)
Beta Was this translation helpful? Give feedback.
All reactions