Skip to content

Commit

Permalink
Uncomment download
Browse files Browse the repository at this point in the history
  • Loading branch information
vikjam committed Jul 8, 2016
1 parent 81a46a7 commit 7279d6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 07 Quantile Regression/Table 7-1-1.py
Expand Up @@ -15,9 +15,9 @@
from tabulate import tabulate

# Download data and unzip file
# urllib.request.urlretrieve('http://economics.mit.edu/files/384', 'angcherfer06.zip')
# with zipfile.ZipFile('angcherfer06.zip', 'r') as z:
# z.extractall()
urllib.request.urlretrieve('http://economics.mit.edu/files/384', 'angcherfer06.zip')
with zipfile.ZipFile('angcherfer06.zip', 'r') as z:
z.extractall()

# Function to run the quantile regressions
def quant_mincer(q, data):
Expand Down

0 comments on commit 7279d6b

Please sign in to comment.