Introduction
Arrays are the fundamental data structure introduced by NumPy
, and they are the base of all libraries for scientific computing and data analysis we discussed in this book. This appendix will give a brief overview of the following array features:
- Array creation and member access
- Indexing and slicing