From 07e59b782f6295972ad900bfc3c532c2db46df0a Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 16 Sep 2024 18:53:27 +0100 Subject: [PATCH] updated to inc version no --- README.md | 2 ++ covid_analysis/transforms.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a54d430..56ad6d5 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,6 @@ based on the following [Blogpost on linting in Databricks projects](https://www.alexcole.net/databricks-linting-with-a-new-plugin-for-pylint/) +Requires 14.3 LTS + diff --git a/covid_analysis/transforms.py b/covid_analysis/transforms.py index e8a36d1..21f4b89 100644 --- a/covid_analysis/transforms.py +++ b/covid_analysis/transforms.py @@ -21,4 +21,4 @@ def clean_spark_cols(pdf): # Convert index to column (works with pandas API on Spark, too). def index_to_col(df, colname): df[colname] = df.index - return df + return df \ No newline at end of file