From 8b3ea32f39e12e42a1757e362d0f7e64e61ea1b7 Mon Sep 17 00:00:00 2001 From: lavanyahr021 <97206996+lavanyahr021@users.noreply.github.com> Date: Fri, 7 Jan 2022 12:54:09 +0530 Subject: [PATCH] Update lambda_function.py 2nd time --- lambda_function.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lambda_function.py b/lambda_function.py index 5704350..d0bf6ad 100644 --- a/lambda_function.py +++ b/lambda_function.py @@ -1,7 +1 @@ -import pandas as pd - -def lambda_handler(event, context): - d = {'col1': [1,2], 'col2': [3,4]} - df = pd.DataFrame(data=d) - print(df) - print('Done x1.1') +print("2nd time hello")