(The PythonPandas group’s last post was 2 years ago!)
I have a table consisting of mostly standard links, except one column that has a list of links instead of just one. pandas.read_html()
fails on when it gets to the column of links, but I’m not sure how to go about handling it. Any help would be appreciated.
<tr>
<td><a class="actionLinkLite" href="/url_fragment">link_text</a></td>
<td width="1%">
<a class="actionLinkLite" href="/url_fragment">link_text</a>,
<a class="actionLinkLite" href="/url_fragment">link_texty</a>,
<a class="actionLinkLite" href="/url_fragment">link_text</a>,
...
</td>
<td><a class="actionLinkLite" href="/url_fragment">link_text</a></td>
<tr>
submitted by /u/mm_reads
[link] [comments]
r/learnpython (The PythonPandas group’s last post was 2 years ago!) I have a table consisting of mostly standard links, except one column that has a list of links instead of just one. pandas.read_html() fails on when it gets to the column of links, but I’m not sure how to go about handling it. Any help would be appreciated. <tr> <td><a class=”actionLinkLite” href=”/url_fragment”>link_text</a></td> <td width=”1%”> <a class=”actionLinkLite” href=”/url_fragment”>link_text</a>, <a class=”actionLinkLite” href=”/url_fragment”>link_texty</a>, <a class=”actionLinkLite” href=”/url_fragment”>link_text</a>, … </td> <td><a class=”actionLinkLite” href=”/url_fragment”>link_text</a></td> <tr> submitted by /u/mm_reads [link] [comments]
(The PythonPandas group’s last post was 2 years ago!)
I have a table consisting of mostly standard links, except one column that has a list of links instead of just one. pandas.read_html()
fails on when it gets to the column of links, but I’m not sure how to go about handling it. Any help would be appreciated.
<tr>
<td><a class="actionLinkLite" href="/url_fragment">link_text</a></td>
<td width="1%">
<a class="actionLinkLite" href="/url_fragment">link_text</a>,
<a class="actionLinkLite" href="/url_fragment">link_texty</a>,
<a class="actionLinkLite" href="/url_fragment">link_text</a>,
...
</td>
<td><a class="actionLinkLite" href="/url_fragment">link_text</a></td>
<tr>
submitted by /u/mm_reads
[link] [comments]