From e5b76bec098f070bdcb5bbf727a82ed8df5f42d8 Mon Sep 17 00:00:00 2001 From: mvieitesdiaz Date: Tue, 14 Jul 2020 13:18:58 +0200 Subject: [PATCH] testwebhook --- solution.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution.py b/solution.py index d49e0a9..ada3db6 100755 --- a/solution.py +++ b/solution.py @@ -5,7 +5,7 @@ import pandas as pd def predict(data): - """ get two colums from `df` and returns the predicted ouput as a column (pd.Series)""" + """ get two colums from `df` and returns the predicted ouput as a column (pd.Series) """ result = data['col1'] + data['col2'] return result