h2o.describe | R Documentation |
Reports the "Flow" style summary rollups on an instance of H2OFrame. Includes information about column types, mins/maxs/missing/zero counts/stds/number of levels
h2o.describe(frame)
frame |
An H2OFrame object. |
A table with the Frame stats.
## Not run:
library(h2o)
h2o.init()
prostate_path <- system.file("extdata", "prostate.csv", package = "h2o")
prostate <- h2o.importFile(path = prostate_path)
h2o.describe(prostate)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.