Skip to content

Commit

Permalink
fixing data loading issues
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmahjour committed Jan 6, 2021
1 parent bce8c43 commit 27b5456
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",
"\n",
"#colnames = ['Class','Alcohol','Malic acid','Ash','Alcalinity of ash','Magnesium','Total phenols','Flavanoids','Nonflavanoid phenols','Proanthocyanins','Color intensity','Hue','dilute','Proline']\n",
"#wine = pd.read_csv('../data/winequality-red.csv', sep=';') "
Expand Down

0 comments on commit 27b5456

Please sign in to comment.