Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

describe an h2oframe #5711

Closed
joscani opened this issue Feb 23, 2024 · 0 comments
Closed

describe an h2oframe #5711

joscani opened this issue Feb 23, 2024 · 0 comments

Comments

@joscani
Copy link

joscani commented Feb 23, 2024

Sparkling Water Version

3.44.0.3-1-2.4

Issue description

Hi.
Maybe this is a simple question.
How can I get summary of h2oframe in sparklingwater?
I try

my_h2o_frame.describe()

But I get
49: error: value describe is not a member of ai.h2o.sparkling.H2OFrame

Programming language used

Scala

Programming language version

Scala 2.11.12

What environment are you running Sparkling Water on?

Hadoop (YARN)

Environment version info

spark 2.4

Brief cluster specification

280 vcores, ram 2t

Relevant log output

scala> var_uni_hc.describe()
<console>:49: error: value describe is not a member of ai.h2o.sparkling.H2OFrame
       var_uni_hc.describe()

Code to reproduce the issue

val var_uni = spark.table("my_schema.var_uni").
  filter($"year" === 2024 ).
  filter($"month" === 2).
  filter($"day" === 4)
  

val var_uni_hc = hc.asH2OFrame(var_uni) 

var_uni_hc.describe()
@joscani joscani closed this as not planned Won't fix, can't repro, duplicate, stale Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant