Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -200,7 +200,7 @@ def hook():
|
|
| 200 |
|
| 201 |
data_frame = pd.DataFrame(rows2, columns = column_names)
|
| 202 |
|
| 203 |
-
print("Dataframe!!!:",
|
| 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()
|