Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Need help with Beautiful Soup - table
Post: RE: Need help with Beautiful Soup - table

Thanks guys. I appreciate your help!
jlkmb Web Scraping & Web Development 9 5,955 Dec-20-2018, 01:10 AM
    Thread: Need help with Beautiful Soup - table
Post: RE: Need help with Beautiful Soup - table

Thanks Axel - Can you explain what the following code does? _len = len(datasets) for x in range(_len -1): t = datasets[x] myrow = [t[1], t[2], t[5]] (Dec-16-2018, 06:50 PM)Ax...
jlkmb Web Scraping & Web Development 9 5,955 Dec-17-2018, 02:27 PM
    Thread: Need help with Beautiful Soup - table
Post: RE: Need help with Beautiful Soup - table

Axel - Very interesting. Thank you! Do you mind stepping through some questions/assumptions? This creates a dataset from a table that takes all rows in the table, splits the string after a space and...
jlkmb Web Scraping & Web Development 9 5,955 Dec-16-2018, 05:02 PM
    Thread: Need help with Beautiful Soup - table
Post: Need help with Beautiful Soup - table

I am very much a newbie and I'm just trying to learn. Here is my code import requests from bs4 import BeautifulSoup import csv url = 'http://www.cfbstats.com/2018/team/234/index.html' r = requests.g...
jlkmb Web Scraping & Web Development 9 5,955 Dec-15-2018, 08:10 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020