Hello,
I am coding in Python, using Jupyter Notebook. I am also using Pandas and Beautiful Soup libraries for the tables.
I have already imported the relevant libraries at the top of my notebook.
I want to merge three data frames. I am doing research for a module I am taking.
1st data frame: Educational stage.
https://en.wikipedia.org/wiki/Educational_stage
2nd data frame: Education in Canada.
https://en.wikipedia.org/wiki/Education_in_Canada
3rd data frame: (r'E:\Umar Khan\UoL\Level 5 Modules\Programming with Data\Mid-Term\Umar-Khan-Research\global_education_data.csv')
As you can see from my attached image, I am getting NaN Values. I want data from the merge data there.
Thank you