Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Value error
Post: Value error

for data in alldata: if (data['Familysize']==1): data['isalone']=1What is the error in this simple code? Error:ValueError Traceback (most recent call last) ...
jithin123 Data Science 2 1,921 Apr-10-2020, 09:39 PM
    Thread: Scraping not moving to the next pages in a website
Post: Scraping not moving to the next pages in a website

I am trying to scrape a website with all the succeeding pages in it. But after the second page, it is repeating itself indefinitely with output from just the second page. What went wrong here? I am n...
jithin123 Web Scraping & Web Development 0 1,961 Mar-23-2020, 06:10 PM
    Thread: Web scraping error
Post: Web scraping error

AttributeError: ResultSet object has no attribute 'find'. You're probably treating a list of items like a single item. Did you call find_all() when you meant to call find()? what is this error? My c...
jithin123 Web Scraping & Web Development 0 2,440 Mar-22-2020, 08:13 PM

User Panel Messages

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