NCTCMumbai commited on
Commit
2b1b463
·
verified ·
1 Parent(s): a3d9931

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -29,6 +29,9 @@ def variable_table(df):
29
  # Iterate over columns
30
  for col in df.columns:
31
  print(col )
 
 
 
32
  unique_values = df[col].nunique()
33
  total_values = df[col].count()
34
  dtype_kind = df[col].dtype.kind
 
29
  # Iterate over columns
30
  for col in df.columns:
31
  print(col )
32
+ gr.Info(df.sketch.howto("plot first column vs second column"))
33
+ gr.Info(df.sketch.ask("""How many unique values are in the
34
+ Smoker column and what are the values?"""))
35
  unique_values = df[col].nunique()
36
  total_values = df[col].count()
37
  dtype_kind = df[col].dtype.kind