Extracting information from a table on a website using python, LXML & XPATH
问题 I managed after lots of hard work to extract some information that i needed from a table from this website: http://gbgfotboll.se/serier/?scr=table&ftid=57108 From the table "Kommande Matcher"(second table) I managed to extract the date and the team names. But now i am totally stuck trying to extract from the first table: The first column "Lag" The second column "S" 6h column "GM-IM" last column "P" Any ideas? , Thanks 回答1: I've just did it: from io import BytesIO import urllib2 as net from