aboutsummaryrefslogtreecommitdiffstats
path: root/src/transform_lambda.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/transform_lambda.py')
-rw-r--r--src/transform_lambda.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transform_lambda.py b/src/transform_lambda.py
index 9238180..920a24f 100644
--- a/src/transform_lambda.py
+++ b/src/transform_lambda.py
@@ -1,8 +1,6 @@
import json
import boto3
import re
-import io
-from io import StringIO
import pandas as pd
@@ -35,3 +33,5 @@ def read_from_s3_subfolder_to_df(tables, bucket, client=boto3.client("s3")):
list_of_df = [pd.read_csv(key) for key in list_of_keys]
table_dfs[table] = pd.concat(list_of_df)
return table_dfs
+
+
git.ajschof.me — hosted by ajschofield — powered by cgit