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
Hi @Rob Dempsey !
Maybe in html you meet with macro.
Please, do validation of response before put into method of pd
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.