jackiekazil / data-wrangling

Code repository for Data Wrangling with Python (O'Reilly)
559 stars 564 forks source link

Chapter 5, pg. 97 possible error #27

Open ajholman opened 4 years ago

ajholman commented 4 years ago

@jackiekazil I am trying to work through chapter 5 and having lots of problems with slate, pdfminer, etc. Specifically, I get no print results from this (p. 97)--any recommendations? I've exhausted google searches and stackoverflow for possible solutions.

`pdf_txt = 'en-final-table9.txt openfile = open(pdf_txt, 'r')

for line in openfile: print (line)`