Book Image

Learning Python Data Analysis [Video]

By : Benjamin Hoff
Book Image

Learning Python Data Analysis [Video]

By: Benjamin Hoff

Overview of this book

Python features numerous numerical and mathematical toolkits such as: Numpy, Scipy, Scikit learn and SciKit, all used for data analysis and machine learning. With the aid of all of these, Python has become the language of choice for data scientists for data analysis, visualization, and machine learning. This video aims to teach Python developers how to perform data analysis with the language by taking advantage of the core data science libraries in the Python ecosystem. The learning objective for viewers is to understand how to locate, manipulate, and analyse data with Python, with the ability to analyse large and small sets of data using libraries such as Numpy, pandas, IPython and SciPy. This is a two part series. The first series is focused on getting and manipulation sizeable amounts of data using modern techniques. The second series is focused on advanced analysis of the data to include modern machine learning techniques.
Table of Contents (6 chapters)
Chapter 1
Getting Started with Python
Content Locked
Section 6
Pandas and Databases
We will explore Pandas and other databases. - Learn how to Read a table as a pandas DataFrame - Explore how to query a table using pandas - Write a pandas DataFrame as a table