Skip to content

Commit e273a1f

Browse files
committed
style: make vale happy
1 parent 706a5bb commit e273a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/academy/webscraping/web_scraping_for_beginners/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Web scraping or crawling? Web data extraction, mining, or collection? You can fi
1616

1717
## What is web data extraction? {#what-is-data-extraction}
1818

19-
Web data extraction (or collection) is a process that takes a web page, like an Amazon product page, and collects useful information from the page, such as the product's name and price. Web pages are an unstructured data source and the goal of web data extraction is to make information from websites structured, so that it can be processed by data analysis tools or integrated with computer systems. The main sources of data on a web page are HTML documents and API calls, but also images, PDFs, and so on.
19+
Web data extraction (or collection) is a process that takes a web page, like an Amazon product page, and collects useful information from the page, such as the product's name and price. Web pages are an unstructured data source and the goal of web data extraction is to make information from websites structured, so that it can be processed by data analysis tools or integrated with computer systems. The main sources of data on a web page are HTML documents and API calls, but also images, PDFs, etc.
2020

2121
![product data extraction from Amazon](./images/beginners-data-extraction.png)
2222

0 commit comments

Comments
 (0)