kjam / data-wrangling-video

Code and examples for O'Reilly's Data Wrangling with Python video course
28 stars 31 forks source link

Missing/not updated files #1

Open dgarciac opened 8 years ago

dgarciac commented 8 years ago

-There is no pdf2text.py file. -the module openpyxl==2.3.5 gives an error "no module openpyxl.style" when trying to create a .xls file ,although it worked when I degraded it to 2.3.4.

kjam commented 8 years ago

Hi @dgarciac,

pdf2txt.py should come installed when you install PDFMiner: https://github.com/euske/pdfminer

Can you tell me what version of Pandas you are using? Can you also try upgrading and save as xlsx?

Thanks! -katharine