Answer the question
In order to leave comments, you need to log in
Is there any way to parse an element from a table?
There are the following elements (this is a table):
Here is the xpath: /html/body/div[1]/div[7]/div[2]/div[1]/div[4]/div[1]/div[3 ]/div[4]/div[1]/div[3]/div[1]/div/table/tbody/tr[1]/th[2]
Is it possible to parse through BS specifically the "Quantity" element?
If you write like this:
convert = soup.find_all('table', {'class' : 'market_commodity_orders_table'})
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question