CoolFace
Datasetpublic

TiaDay/books-to-scrape-page1

Books to Scrape – Page 1 Dataset Summary Book records scraped from the first page of the Books to Scrape demo site.I created this dataset for a class assignment to practise web scraping, pandas, and publishing a dataset to the Hugging Face Hub. Data Collection Source: https://books.toscrape.com/ (public test site for scraping practice) Method: requests.get("https://books.toscrape.com/catalogue/page-1.html") Parsed with BeautifulSoup, selecting each… See the full description on the dataset page: https://huggingface.co/datasets/TiaDay/books-to-scrape-page1.

sourceHugging Facemitupdated 11mo agoView on Hugging Face
0likes4downloads
3 commits on main
8b3007c11mo ago

Update README.md

TiaDay
8d6710111mo ago

Upload books_toscrape_page1.csv

TiaDay
0e56cda11mo ago

initial commit

TiaDay