blueprints-for-text-analytics-python / blueprints-text

Jupyter notebooks for our O'Reilly book "Blueprints for Text Analysis Using Python"
Apache License 2.0
248 stars 139 forks source link

ch 6 : there is a line dropped in the blueprints #22

Closed ahmed-shiha closed 1 year ago

ahmed-shiha commented 2 years ago

in the final blueprint of ch 6 the line of reading csv file{df= pd.read_csv(file) } is missed which causes errors image

sidhusmart commented 2 years ago

Thanks for identifying the bug and sorry that it was missed out. It's fixed now and would be great if you could confirm @ahmed-shiha

ahmed-shiha commented 1 year ago

it works now. Thanks a lot for your reply and for this great book in general 😃

sidhusmart commented 1 year ago

Glad to hear that! I will close the issue as it's resolved.