Python Machine Learning By Example
上QQ阅读APP看书,第一时间看更新

Pandas

We also use the pandas library (https://pandas.pydata.org/) for data wrangling later in this book. The best way to get pandas is via pip or conda:

conda install pandas