We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nan
If a parameter index in an Excel workbook is empty, otoole writes nan in the CSV or datafile.
For example AccumulatedAnnualDemand tab has following values:
AccumulatedAnnualDemand
REGION FUEL 2015 2016 BJFW3X 76.26378 78.37409 BJHE3X 0 0 BJHF3X 0.6906382 0.7178051 BJLF3X 68.3731818 71.0627049
This is converted to csv as:
REGION,FUEL,YEAR,VALUE nan,BJFW3X,2015,76.26378, nan,BJFW3X,2016,78.37409 nan,BJHE3X,2015,0, nan,BJHE3X,2016,0 nan,BJHF3X,2015,0.6906382, nan,BJHF3X,2016,0.7178051 nan,BJLF3X,2015,68.3731818, nan,BJLF3X,2016,71.0627049
EITHER
No response
MacOS
v1.0.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Issue
If a parameter index in an Excel workbook is empty, otoole writes
nan
in the CSV or datafile.For example
AccumulatedAnnualDemand
tab has following values:This is converted to csv as:
Expected Behavior
EITHER
OR
Steps To Reproduce
No response
Log output
No response
Operating System
MacOS
What version of otoole are you running?
v1.0.1
Possible Solution
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: