h2o-3 icon indicating copy to clipboard operation
h2o-3 copied to clipboard

PUBDEV-8279: Fixed typo in replacing-values.rst code example docs

Open rwbrown002 opened this issue 3 years ago • 2 comments

https://h2oai.atlassian.net/browse/PUBDEV-8279

Fix typos in code example at h2o-docs/src/product/data-munging/replacing-values.rst

  1. Previous example showed the following typo, using an assignment operator (<-) rather than less than symbol (<) to replace values less than 4.4

    df[df[, "sepal_len"] <- 4.4, "sepal_len"] <- 4.6

  2. Previous example demonstrates manipulating entire column with df[,1] but says "second column" in the description. Correct to say "first" column. Indexes start at 1.

rwbrown002 avatar Aug 18 '21 04:08 rwbrown002

thank you for your contribution @rwbrown002

michalkurka avatar Aug 19 '21 18:08 michalkurka

@hannah-tillman the changes look good - however - can you please check the consistency of the example as a whole?

michalkurka avatar Aug 24 '21 14:08 michalkurka