====== Pandas ====== pyNastran also supports Pandas dataframes for the OP2 objects. This is most useful from within the iPython / Jupyter notebook. Pandas Introduction =================== https://github.com/fonnesbeck/statistical-analysis-python-tutorial/blob/main/1.%20Introduction%20to%20Pandas.ipynb Another Pandas Intro ==================== `Pandas Video`_ .. _alink: https://www.youtube.com/watch?v=5JnMutdy6Fw Static & Transient DataFrames in PyNastran ========================================== .. https://github.com/SteveDoyle2/pyNastran/tree/main/docs/quick_start/demo/op2_pandas_multi_case.ipynb op2_pandas_multi_case Transient DataFrames in PyNastran ================================== .. https://github.com/SteveDoyle2/pyNastran/tree/main/docs/quick_start/demo/op2_pandas_DataFrames.ipynb op2_pandas_DataFrames Manipulating the Pandas DataFrame ================================= .. https://github.com/SteveDoyle2/pyNastran/tree/main/docs/quick_start/demo/op2_pandas_unstack.ipynb op2_pandas_unstack