This video uses an example to show how we can use the function merge() to optimize our code for faster computation.
To get access to the codes shown in the video see the GitHub Repository at https://github.com/royjafari/learn_pandas_merge
Chapters
0:00 Introduction
2:29 Create synthetic data as our example
7:55 Method 1 - Worst Method
10:15 Method 2 - Better not optimized
11:40 Method 3 - Optimized
15:14 Note 1
16:14 Note 2 - Different types of merging 'how', inner, left, right, outer, cross
21:28 Note 3
21:57 Note 4 - left-on, right-on
23:44 Video Summary
Download
0 formats
No download links available.
Code optimization with Pandas Merge function | NatokHD