Skip to content

Commit

Permalink
Merge pull request #15 from alcole/data-bristol-demo
Browse files Browse the repository at this point in the history
Data bristol demo
  • Loading branch information
alcole authored Sep 17, 2024
2 parents 90ac5d7 + 7753c55 commit f914476
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/pylint-dev/pylint)
![pylint](https://img.shields.io/badge/PyLint-6.43-orange?logo=python&logoColor=white)
![pylint](https://img.shields.io/badge/PyLint-7.14-orange?logo=python&logoColor=white)
# databricks-best-practices
![databricks logo](https://upload.wikimedia.org/wikipedia/commons/6/63/Databricks_Logo.png)

Expand All @@ -15,3 +15,5 @@ based on the following pages
[Blogpost on linting in Databricks projects](https://www.alexcole.net/databricks-linting-with-a-new-plugin-for-pylint/)

Requires 14.3 LTS

[link to my blogpost on the talk details](https://www.alexcole.net/databricks-high-quality-testable-solutions/)
2 changes: 2 additions & 0 deletions covid_analysis/transforms.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""module providing functions for transforming the data in the demo"""

import pandas as pd

# Filter by country code.
Expand Down

0 comments on commit f914476

Please sign in to comment.