Skip to content

Commit

Permalink
updated to inc version no
Browse files Browse the repository at this point in the history
  • Loading branch information
alcole committed Sep 16, 2024
1 parent 211cc7b commit 07e59b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


2 changes: 1 addition & 1 deletion covid_analysis/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 07e59b7

Please sign in to comment.