jackiekazil / data-wrangling

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

Is a Python 3 version of this book in the works or available? #19

Closed lazarillo closed 4 years ago

lazarillo commented 5 years ago

This isn't an issue per se. I love the style of your writing; it is clear that the you wanted to focus upon educating the reader, instead of making sure you delved into all the gory details of each method.

However, Python 2.7 is now getting very old, especially considering your book was fairly recently published. I was curious if a Python 3 version is either in the works or if you already have one available somewhere (perhaps provided to folks who can prove they bought the book).

Thank you! Regards, Mike

jackiekazil commented 5 years ago

Thanks for the message! Unless @kjam is working on something that I don't know about, there is no Python 3 version of this book in the works.

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)`

jackiekazil commented 4 years ago

@ajholman can you post this to a new issue: https://github.com/jackiekazil/data-wrangling/issues/new

jackiekazil commented 4 years ago

@lazarillo GOOD NEWS! Python 3 version is coming!!!