From 0e9e5a50d508519d854ff3b331f7158c9f0cb1f4 Mon Sep 17 00:00:00 2001 From: Kelly Rodger Date: Sat, 5 Oct 2019 12:28:05 -0400 Subject: [PATCH] Correct possible typo in H2o notebook sample Fixes issue #8 --- .../notebooks/Db2 Sample For H2o.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db2_for_machine_learning_samples/notebooks/Db2 Sample For H2o.ipynb b/db2_for_machine_learning_samples/notebooks/Db2 Sample For H2o.ipynb index 1c3ebd7..6c02697 100644 --- a/db2_for_machine_learning_samples/notebooks/Db2 Sample For H2o.ipynb +++ b/db2_for_machine_learning_samples/notebooks/Db2 Sample For H2o.ipynb @@ -87,7 +87,7 @@ "\n", "sql = 'SELECT * FROM .'\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=';') " ] },