I have a database that consists of the following columns(parameters),
Power_KW
ReactivePower_kVAr
WindSpeed_mps
YawState
Pitch_Deg
RotorSpeed_rpm
AmbTemp_DegC
WindSpeed1
WindSpeed2
WindSpeed3
SubIprPrivPwrFactor
SubPtchPosition1
SubPtchPosition2
SubPtchPosition3
I was trying to find the correlation using heat map between Power_KW and the rest of the columns, to be exact the heat map consists of 1 column ( Power_KW
) and the rows are the other parameters.
Here is my code, I'm trying to find a solution but couldn't figure it out I'm fairly new to all of this.
Thank you.