From 0b33c745e7016e3e64a2b73ebb9ce98a7897f525 Mon Sep 17 00:00:00 2001 From: Joe Steele Date: Tue, 11 Jun 2024 10:29:04 -0400 Subject: [PATCH] Cleaning up more --- social.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/social.py b/social.py index a5b5a40..d394c5f 100644 --- a/social.py +++ b/social.py @@ -38,7 +38,7 @@ import tweepy #Thread import asyncio -#import aiohttps +import aiohttp from pathlib import Path from sqlalchemy import create_engine @@ -706,6 +706,8 @@ def write_to_xlsx(webdata, outputs): #df = pd.DataFrame(data, columns=cols) #df.to_excel('./Output/reviews.xlsx') +################################################################################################## + def write_to_xlsx2(data, outputs): print('write to excel...') sqlalchemy.null()