I have line:
df[["col_1", "col_2"]].replace(np.nan, "value", inplace = True)
And I get warrning: A value is trying to be set on copy of xlice from DataFrame.
could you explain me why I have that message, and how I can fix it? Thank you in advance