We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18052b commit ea1b394Copy full SHA for ea1b394
example/basic_example.ipynb
@@ -168,7 +168,7 @@
168
"# write names of wind turbines for which power coefficient curves are provided\n",
169
"# to 'turbines' DataFrame\n",
170
"turbines = wt.get_turbine_types(filename='cp_curves.csv', print_out=False)\n",
171
- "# find all Vestas in 'turbines' DataFrame\n",
+ "# find all Enercons in 'turbines' DataFrame\n",
172
"print(turbines[turbines[\"turbine_id\"].str.contains(\"ENERCON\")])"
173
]
174
},
0 commit comments