CSV ファイルをインポートすると、次のエラーが表示されます。
CapitalizationError: Possible errors in upper/lower case letters for some parameters.
'_a3_spruce_yes'' not found; could be '_a3_spruce_yes'
'_a3_osb_thickness'' not found; could be '_a3_osb_thickness'
'_a3_primary_frame'' not found; could be '_a3_primary_frame'
'_a3_pp_density'' not found; could be '_a3_pp_density'......(continue)
そして、csvファイルを調べると、次のようになります(例として、入力とプロジェクトパラメーターを1つだけ取りました。基本的にはすべてそうで、Aが大文字になっています)
Project Input parameters
_A3_Spruce_yes;0;Undefined;0;0;0;No;(0/1) Choice of spruce
....
Project Calculated parameters
_A3_Douglas_Yes;1-_A3_spruce_yes;Choice of Douglas
...(there also other calculated parameters but always with the same A capitalized)
任意のアイデア: -なぜこの問題 -それを修正する方法