rairo commited on
Commit
f7f47ee
1 Parent(s): e5816bd

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -200,7 +200,7 @@ def hook():
200
 
201
  data_frame = pd.DataFrame(rows2, columns = column_names)
202
 
203
- print("Dataframe!!!:", df.head())
204
 
205
  # Close the cursor and connection
206
  cursor.close()
 
200
 
201
  data_frame = pd.DataFrame(rows2, columns = column_names)
202
 
203
+ print("Dataframe!!!:", data_frame.head())
204
 
205
  # Close the cursor and connection
206
  cursor.close()