When you web scrape data from the web, it always stores it vertically, for example in column B rows 1,2,3...
Is there a straight forward way to web scrape the data, and store it horizontally, for example row 2 column B,C,D....

When you web scrape data from the web, it always stores it vertically, for example in column B rows 1,2,3...
Is there a straight forward way to web scrape the data, and store it horizontally, for example row 2 column B,C,D....
Hi @FlashDota
I think there won't be any direct way to do this , only option i could see is transposing the datatable after scrapping.
Also could you tell whether the rows are always fixed for this table, will it changes/be dynamic always ?
Nived N 🚀
LinkedIn: Nived N's LinkedIn
YouTube: Nived N's YouTube Channel
🔍 Found my answer helpful? Please consider marking it as the solution!
Your appreciation keeps me motivated. Thank you! 🙌