Hi guys,
I have build a simple web scraper that takes two different values from a webpage, the first one is called name and the second is called price.
How can I combine these two lists in order to get that
name;price
name;price
instead of two files that the first one contains only the names and the second one that contains only the price.
I have build a simple web scraper that takes two different values from a webpage, the first one is called name and the second is called price.
How can I combine these two lists in order to get that
name;price
name;price
instead of two files that the first one contains only the names and the second one that contains only the price.