Book Image

Become a Python Data Analyst [Video]

By : Alvaro Fuentes
Book Image

Become a Python Data Analyst [Video]

By: Alvaro Fuentes

Overview of this book

The Python programming language has become a major player in the world of Data Science and Analytics. This course introduces Python’s most important tools and libraries for doing Data Science; they are known in the community as “Python’s Data Science Stack”. This is a practical course where the viewer will learn through real-world examples how to use the most popular tools for doing Data Science and Analytics with Python. All the resource files are added to the GitHub repository at: https://github.com/PacktPublishing/Become-a-python-data-analyst
Table of Contents (6 chapters)
Chapter 2
Vectorizing Operations with NumPy
Content Locked
Section 2
NumPy Arrays: Creation, Methods and Attributes
Introduce arrays, the main objects in Numpy, and how to create and use them. - Explain the different ways to create arrays - Show how to do mathematics with arrays - Show how to perform common manipulations: indexing, slicing and reshaping