AUTHOR
Andrew Wood
Canard Analytics Founder

Andrew Wood is the Founder and leader of the Canard Analytics Team. An Aeronautical Engineer by training, he spent a decade as a structural analyst working on Airbus aircraft and leading the structural analysis of a new wing design for a large UAV.

It was during this time that he discovered his love of programming, especially working in Python. He developed a suite of tools to perform carbon fiber composite strength design and analysis for new aircraft before branching out into web application development in the Django Python framework. 

None

Boolean Indexing and Sorting in Pandas

Learn how to apply Boolean Indexing to a DataFrame to filter by specific criteria, and then sort that DataFrame by one or more columns.
19 August 2022
None

An Introduction to Pandas

An introduction to the Python pandas package used for data manipulation and analysis. We cover setup, data structures, and dataframe manipulation.
18 August 2022
None

Plotting Histograms with Matplotlib

Histograms are an important statistical analysis tool and can be quickly and easily generated using the Matplotlib hist function.
10 August 2022
None

Creating Pie Charts in Matplotlib

A well designed pie chart can quickly and effectively convey important conclusions from a data set. We'll show you how to build great pie charts in Matplotlib.
09 August 2022
None

How to Create Bar Charts Using Matplotlib

Learn how to create fully customizable vertical and horizontal bar charts using Matplotlib.
05 August 2022
None

Scatter Plots in Matplotlib

Learn how to use Matplotlib's scatter function to identify relationships between two variables.
25 July 2022
1 2 3 4