diff --git a/examples/02_Complex/complex_example_results.py b/examples/02_Complex/complex_example_results.py index 8ff9c7a95..f4428d5ed 100644 --- a/examples/02_Complex/complex_example_results.py +++ b/examples/02_Complex/complex_example_results.py @@ -31,3 +31,8 @@ # --- Plotting internal variables manually --- results.plot_heatmap('BHKW2(Q_th)|on') results.plot_heatmap('Kessel(Q_th)|on') + + # Dataframes from results: + fw_bus = results['Fernwärme'].node_balance().to_dataframe() + all = results.solution.to_dataframe() +