Hello All,
kindly help me to understand below two statements and how to impliment in Alteryx. I am not sure what exactly below two statements means. Kindly help how should i implement these two function in Atleryx.
df6=df6[df6['_merge']=='left_only']
df7.drop_duplicates(subset=['ECI'],keep='first',inplace=True)
Regards,
Niru