A Quick Guide for Combining Data in Pandas Using merge(), .join(), concat(), and .append()
For one of my projects, I was stuck (and confused) with which combination methods to use to combine my dataframes. Granted that I am not superb at coding, and my brain can be foggy after 8 hours of data cleaning. Hence, I put this quick guide together to remind myself (& hopefully bring newbies some valuable info) on the differences between merge() / .join() / concat() / .append(). So, here we go:
READ MORE Continue Reading