I have started with pyhton and pandas today only and I am a noob coder, so please explain in detail. I have got this kind of code from add hyperlink to excel sheet created by pandas dataframe to_excel method
df = pd.DataFrame({'link':['=HYPERLINK("http://www.someurl.com", "some website")']})
but I dont understand to which column is it adding the link to and I have to add such that I mention ony column and It should take the value of link itself from that column.