On the webpages https://kotlin.github.io/dataframe/columnselectors.html and https://kotlin.github.io/dataframe/fill.html#fillnans
the sample we use to illustrate the fillNaNs function does not contain any NaN values. Therefore, the iframes "Input", "Update", and "Output" in this sample are identical.
We need to change or replace the sample so that it contains NaN values, and the fillNaNs function actually affects it.
On the webpages https://kotlin.github.io/dataframe/columnselectors.html and https://kotlin.github.io/dataframe/fill.html#fillnans
the sample we use to illustrate the
fillNaNsfunction does not contain anyNaNvalues. Therefore, the iframes "Input", "Update", and "Output" in this sample are identical.We need to change or replace the sample so that it contains
NaNvalues, and thefillNaNsfunction actually affects it.