Skip to content

Commit 1b5195d

Browse files
authored
Typo in readme.md
1 parent 8f5d680 commit 1b5195d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Munging and Scraping
22

3-
This basic tutorial covers using Python's `pandas` library to clean and filter data, alongwith covers basic web scraping, and explains a little bit about Python syntax along the way. It was first given to a group of GIS analysts: It's aimed at people who know plenty about data, but assumes no knowledge of how to code.
3+
This basic tutorial covers using Python's `pandas` library to clean and filter data, along with basic web scraping, and explains a little bit about Python syntax along the way. It was first given to a group of GIS analysts: It's aimed at people who know plenty about data, but assumes no knowledge of how to code.
44

55
Easy steps to getting ready
66
1. To quickly get all the modules you'll need, download and install [Anaconda](https://store.continuum.io/cshop/anaconda/). The second tutorial will also reference some tools in the Chrome developer console.
77
2. Open a terminal, navigate to repo folder, and enter `ipython notebook`.
88
3. Start with the first example. Firsttimers, note that you'll generally have to run the code snippets in order. Do this for each by clicking the code block, and then clicking the play button.
99

10-
The first example aimed to give participants a chance to code with an experienced tutor present. One version leaves some coding to the participant, and another has all the answers coded. The second example is a walk-through of how to build a basic scraper—more discussion, less to code.
10+
The first example aimed to give participants a chance to code with an experienced tutor present. One version leaves some coding to the participant, and another has all the answers coded. The second example is a walk-through of how to build a basic scraper—more discussion, less to code.

0 commit comments

Comments
 (0)