im using python pandas to extract some data(page titles) but outputs are not in the same order as the URLs i put in the code – SEO
So I Wrote the code and ran it and got the .xlsx file but the output is not as the same order of the Url list i put in the code. #importing the libraries import re import lxml import chardet…