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
88structured document. Sometimes it would be great to obtain some data from
99them and preserve the structure while we're at it, but this isn't always easy.
1010It's not often that web sites provide their data in comfortable formats
11- such as ``.csv ``.
11+ such as ``.csv ``.
1212
1313This is where web scraping comes in. Web scraping is the practice of using
1414computer program to sift through a web page and gather the data that you need
1919
2020`lxml <http://lxml.de/ >`_ is a pretty extensive library written for parsing
2121XML 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 >`_ .
2323
2424First we shall import the required modules:
2525
You can’t perform that action at this time.
0 commit comments