File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Web sites are written using HTML, which means that each web page is a
8
8
structured document. Sometimes it would be great to obtain some data from
9
9
them and preserve the structure while we're at it, but this isn't always easy.
10
10
It's not often that web sites provide their data in comfortable formats
11
- such as ``.csv ``.
11
+ such as ``.csv ``.
12
12
13
13
This is where web scraping comes in. Web scraping is the practice of using
14
14
computer program to sift through a web page and gather the data that you need
19
19
20
20
`lxml <http://lxml.de/ >`_ is a pretty extensive library written for parsing
21
21
XML and HTML documents, which you can easily install using ``pip ``. We will
22
- be using its `html ` module to get data from this web page: `econpy <http://econpy.pythonanywhere.com/ex/001.html >`_ .
22
+ be using its `` html `` module to get example data from this web page: `econpy.org <http://econpy.pythonanywhere.com/ex/001.html >`_ .
23
23
24
24
First we shall import the required modules:
25
25
You can’t perform that action at this time.
0 commit comments