Hi All
I am working on an interesting problem wherein i am scraping tabular data from a website(and storing as Data Table) which looks something like this
But the issue is that there are 2 more features(S List and Date) which are not the part of the tabular data but which i am scraping using get text and storing as string values but these 2 values need to be added along the above table(Data Table only) like below
Could someone help me how to accomplish this.
Thanks