Created
June 8, 2011 12:12
-
-
Save neilkod/1014299 to your computer and use it in GitHub Desktop.
extra </tr> tag on line 33 - trying to scrape the table using beautifulsoup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table width="514" cellpadding="3" cellspacing="0" class="pollentable"> | |
<tbody> | |
<tr> | |
<td width="100"></td> | |
<td width="400"><img src="images/polen_graph.png" alt="" width="399" height="43" border="0"></td> | |
</tr> | |
<!--START--> | |
<tr> | |
<td><strong>Cedar</strong></td> | |
<td align="left"><img src="http://www.intermountainallergy.com/images/gl.jpg" width="400" height="10" alt="bar in graph"></td> | |
</tr> | |
<tr> | |
<td><strong>Oak</strong></td> | |
<td align="left"><img src="http://www.intermountainallergy.com/images/gl.jpg" width="160" height="10" alt="bar in graph"></td> | |
</tr> | |
<tr> | |
<td><strong>Ash</strong></td> | |
<td align="left"><img src="http://www.intermountainallergy.com/images/gl.jpg" width="160" height="10" alt="bar in graph"></td> | |
</tr> | |
<tr> | |
<td><strong>Mulberry</strong></td> | |
<td align="left"><img src="http://www.intermountainallergy.com/images/gl.jpg" width="80" height="10" alt="bar in graph"></td> | |
</tr> | |
<tr> | |
<td><strong>Willow</strong></td> | |
<td align="left"><img src="http://www.intermountainallergy.com/images/gl.jpg" width="80" height="10" alt="bar in graph"></td> | |
</tr> | |
<tr> | |
<td><strong>Box Elder/ Maple</strong></td> | |
<td align="left"><img src="http://www.intermountainallergy.com/images/gl.jpg" width="80" height="10" alt="bar in graph"></td> | |
</tr> | |
</tr> | |
<tr> | |
<td><strong>Walnut</strong></td> | |
<td align="left"><img src="http://www.intermountainallergy.com/images/gl.jpg" width="80" height="10" alt="bar in graph"></td> | |
</tr> | |
<tr> | |
<td><strong>Grass</strong></td> | |
<td align="left"><img src="http://www.intermountainallergy.com/images/gl.jpg" width="320" height="10" alt="bar in graph"></td> | |
</tr> | |
<tr> | |
<td><strong>Chenopods*</strong></td> | |
<td align="left"><img src="http://www.intermountainallergy.com/images/gl.jpg" width="80" height="10" alt="bar in graph"></td> | |
</tr> | |
<tr> | |
<td><strong>Mold</strong></td> | |
<td align="left"><img src="http://www.intermountainallergy.com/images/gl.jpg" width="320" height="10" alt="bar in graph"></td> | |
</tr> | |
<tr> | |
<td colspan="2" class="body_text1">Intermountain Allergy & Asthma is pleased to be Utah's source for the daily certified pollen count. As the only certified pollen counting station in Utah, Intermountain Allergy & Asthma provides the pollen count to the public in many forms (TV, radio, newspapers, as well as this website). <br></td> | |
</tr> | |
</tbody> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment