-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
read_html: fails to parse column #3606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
i will be submitting a pr soon that should fix issues like this. this is a result of killing whitespace in a table when parsing the raw data, which might not have been the best decision on my part, i.e., prolly should let the user decide what he/she wants to keep. |
closed by #3616 |
it occurrs again.
using 0.12.dev (yesterday). |
I'll take a look. FYI the parse result has always been a list. |
@timmie try passing
|
wonder if it might be useful to parse the |
OK, shall we add it to the docs, then? |
BTW, thank you. |
i believe |
The second column of the table
http://code.google.com/p/pythonxy/wiki/StandardPlugins#Python_packages
is not parsed as shown with this code:
The text was updated successfully, but these errors were encountered: