Bézier for Python users
The `bezier` python package allows you to work with power curve data in python, for time-series and other data analysis purposes.
Installation
uv add bezier
// Or if you prefer to use pip
pip install bezierQuick Start
>> from bezier import ALL_TURBINE_LABELS
>> print(ALL_TURBINE_LABELS)
[ "gm-5-abc-1", "gm-5-abc-2", ... ]Next steps
Last updated
Was this helpful?

