joelgrus / data-science-from-scratch

code for Data Science From Scratch book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ch-9 Getting Data

Raghav-Bell opened this issue · comments

Below are the snippets of codes from the book . I got underlined errors while running them on Jyupyter notebooks ,Python 3 .
Please resolve
type SomeFIle.txt | python egrep.py "[0-9]" | python line_count.py (on P- 112)
Error : Invalid syntax
process(date,symbol,closing_price) (on P-115)
Error : name 'process' is not defined