Python for Data Analysis Study Notes
· One min read
Chap 3 Built-in Data Structures, Functions, and Files
Chapter 4. NumPy Basics: Arrays and Vectorized Computation
- While NumPy by itself does not provide modeling or scientific functionality, having an understanding of NumPy arrays and array-oriented computing will help you use tools with array computing semantics, like pandas, much more effectively.