User profile: ovufaco

User info
User name:ovufaco
History
Joined:
Number of posts:6
Latest posts:

Retrieving values from a web page
It's okay, I've got what I need. Thanks for giving me the idea to use python I hadn't thought of. It...

Retrieving values from a web page
[code] from bs4 import BeautifulSoup import requests import pandas as pd import csv PAGE_NAME = ['p...

Retrieving values from a web page
I can do it in python but I would have to write the column "Label" and the column "Last" in a file l...

Retrieving values from a web page
It shows me "HTTP/1.1 400 Bad Request" and "503 V Service Unavailable".

Retrieving values from a web page
I can retrieve the source of the home page, but the quotation pages : {"GET":{"scheme": "https", "...