Load data from transient and scenario run into DataFrame #604
tobeycarman
started this conversation in
Data Handling
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Assuming you have already run the model and you have a folder of outputs, this function will load the data into a
pandas.DataFrame
.The example here works on the development docker container.
Now start IPython and load the utility script:
Then load the data:
And take a look at it:
Beta Was this translation helpful? Give feedback.
All reactions