Format python
This commit is contained in:
parent
85f5770e09
commit
4c258018c3
17 changed files with 348 additions and 248 deletions
|
|
@ -41,6 +41,6 @@ result = fuzzy_join_on_postcode(
|
|||
|
||||
snapshot = result.select("pp_address", "ADDRESS").sort("pp_address")
|
||||
|
||||
print('Testing the matching between EPC and PP addresses')
|
||||
print("Testing the matching between EPC and PP addresses")
|
||||
with pl.Config(tbl_rows=-1, tbl_cols=-1, fmt_str_lengths=80):
|
||||
print(snapshot)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue