September 2019
Intermediate to advanced
528 pages
14h 24m
English
In this appendix you will learn to use two popular Python libraries used by data scientists: NumPy and Pandas. These libraries are commonly used during the data exploration and feature engineering phase of a project. The examples in this appendix require the use of Jupyter Notebooks.
You can download the code files for this chapter from www.wiley.com/go/machinelearningawscloud or from GitHub using the following URL:
NumPy is a math library for Python that allows for fast and efficient manipulation ...