chris1610 / pbpython

Code, Notebooks and Examples from Practical Business Python
https://pbpython.com
BSD 3-Clause "New" or "Revised" License
1.99k stars 987 forks source link

Typo causes fail in Ipython-pandas-tips-and-tricks.ipynb #10

Closed maverickactuary closed 4 years ago

maverickactuary commented 7 years ago

#SALES=pd.read_csv("../data/sample-sales-tax.csv", parse_dates='True') # AKH fails SALES=pd.read_csv("../data/sample-sales-tax.csv", parse_dates=True) # AKH works

As a matter of style I would probably prefer the (excellent!) qgrid plugin to have been imported at the top. Caought it later though...

chris1610 commented 4 years ago

Fixed. Thanks.