Ask Your Question

Willis_Edmondson's profile - activity

2019-10-29 14:18:31 -0500 answered a question Philosophy for choosing channels to plot

In order to covert the excel portions of your dynamics analysis workflow to python, I recommend that you use the python Pandas library as the basis for your program. Using the psspy subsystem data retrieval commands you can easily extract the network data from your cases and store them in a Pandas Dataframe. You can then use the built in Pandas functions to perform a full outer join of your two sav / snp cases and determine what new channels are needed.

When it comes to visiualizion of your dynamics results using python, I recommend using the matplotlib package if you want to generate publication quality figures. I recommend using the Bokeh package if you want to create interactive html plots for data exploration and analysis.