Appendix DIntroduction to NumPy and Pandas
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.
- NOTE To follow along with this appendix, ensure you have installed Anaconda Navigator and Jupyter Notebook as described in Appendix A.
You can download the code files for this chapter from
www.wiley.com/go/machinelearningawscloud
or from GitHub using the following URL:
NumPy
NumPy is a math library for Python that allows for fast and efficient manipulation ...
Get Machine Learning in the AWS Cloud now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.