Broken the Ability to Read HTML tables from a Confluence Page

Rob Dempsey April 27, 2021

Hi

 

We have been using the panda ability to read html tables from confluence pages

 

r = requests.get("https://../../2769348712",auth=(user, pass))
tables = pd.read_html(r.text)

 

Today it appears the HTML has changed and we now get

 

ValueError: No tables found

 

Has anything changed?  It was intermittent yesterday (possibly a canary release maybe)

 

Thanks

 

Rob

 

 

2 answers

0 votes
Rob Dempsey April 28, 2021

Answer in my response

0 votes
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 28, 2021

Hi @Rob Dempsey ! 

Maybe  in html you meet with macro. 

Please, do validation of response before put into method of pd

Rob Dempsey April 28, 2021

Hi

 

Not sure what has changed but for other people experiencing the same problem I have changed the URL to

https://********/wiki/plugins/viewsource/viewpagesrc.action?pageId=

 

Rob

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events