Python Plotting Sar output

I use cacti to graph normally but with not all servers configured, how can I graph sar output with python. Well, using what I’ve learned recently, just convert the output to a csv file and pass it to a pandas dataframe. If you have KDE or X windows and firefox on your machine, you can …