This document provides an introduction to principal component analysis (PCA), a technique for dimensionality reduction. PCA transforms a dataset consisting of observations with multiple correlated variables into a new dataset of linearly uncorrelated variables called principal components. It does this by identifying the directions (principal components) along which the variance in the data is maximized. The document uses a dataset of car features to illustrate how PCA projects the data points onto lines representing principal components to reduce redundancy in the data representation.