I am doing PCA with some 140 countries (observations) and 20 features. I have already run the model and it's pointing to keeping the first three components.
I am confused now because I don't know if there's a way to translate those PC values into the observations...? The reason I am asking is because someone who ran this same model on Stata sent me a table with the different observations (not features) and their values for each PC we kept. Is this something that is usually done? If so, is there a way of doing this in Python?