You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retrieving the query results then becomes a hassle, as you have to process two types of output within a single output CSV. To improve this, we can separate the output into two files. One CSV file that shows query results for queries with the type 'value' and another for the type 'curve'. The 'curve' type output may look like this:
If the scenario tools are run for a scenario to obtain query results, using
pipenv run scenario_from-csv query_only local
, the output looks like this:When the query type is a curve however, the entire curve is pasted as a list in the output:
Retrieving the query results then becomes a hassle, as you have to process two types of output within a single output CSV. To improve this, we can separate the output into two files. One CSV file that shows query results for queries with the type 'value' and another for the type 'curve'. The 'curve' type output may look like this:
@redekok what do you think about this format suggestion?
The text was updated successfully, but these errors were encountered: