PacktPublishing / Python-Data-Cleaning-Cookbook

Python Data Cleaning Cookbook, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chapter-1_Importing-data-from-SQL-databases_step-4

dummyscientist opened this issue · comments

The command which includes column names is defined under query object at step 1. At step 4 it says 'studentmath = pd.read_sql(sqlselect,connmysql)'.

'sqlselect' inside the parenthesis should be replaced with 'query'.