I have spectral (FTIR) data for several molecules in .csv form, and I want to be able to visualize and classify these molecules using Principal Components Analysis (PCA) in Python.
There are 9 relevant .csv files (one for each molecule). In each .csv file, there are two columns: Wavenumber (inverse centimeters) and Transmittance (%). How can I take the data for all 9 molecules and then do visualization and classification using PCA? Again, in Python? Any links to tutorials or code sources that are able to do this for multiple signal data would be very helpful.
Thanks!