March 2017
Beginner to intermediate
866 pages
18h 4m
English
In this section, we will discuss some commonly used packages for predictive modelling.
pandas: The most important and versatile package that is used widely in data science domains is pandas and it is no wonder that you can see import pandas at the beginning of any data science code snippet, in this book, and anywhere in general. Among other things, the pandas package facilitates:
The various methods in pandas will be explained in this book as and when we use them.
To get an ...