Data-Driven-World / d2w_ml_notes

Notes for Data Driven World

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Week 8 - Use of pandas

simonperrault opened this issue · comments

Do we have to use panda library to read CSV? Python already has a CSV library (csv module).

@simonperrault , we will use Pandas for the subsequent dataframe manipulation. So I think it's just convenient to use it from the beginning.