Principal component analysis or (PCA) is a method we can use to
reduce high-dimensional data to a low-dimensional space. In other words,
we cannot accurately visualize high-dimensional datasets because
we cannot visualize anything above 3 features. The main purpose behind
PCA is to transform datasets with more than 3 features (high-dimensional)
into typically a 2/3 column dataset. Despite the reduction into a
lower-dimensional space we still can retain most of the variance or
information from our original dataset.