Skip to content

Commit

Permalink
Correct possible typo in H2o notebook sample (IBM#12)
Browse files Browse the repository at this point in the history
Fixes issue IBM#8
  • Loading branch information
kdrodger authored Oct 10, 2019
1 parent b9dd712 commit 7161cbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"\n",
"sql = 'SELECT * FROM <SCHEMA NAME>.<TABLE NAME>'\n",
"\n",
"wine = pandas.read_sql(sql,hdbi)\n",
"wine = pd.read_sql(sql,hdbi)\n",
"#wine = pd.read_csv('../data/winequality-red.csv', sep=';') "
]
},
Expand Down

0 comments on commit 7161cbf

Please sign in to comment.