databricks-industry-solutions/auto-data-linkage

I needed to add () to line 64 in 01_Run_Example_Deduplication.py

Opened this issue · 0 comments

In https://github.com/databricks-industry-solutions/auto-data-linkage/blob/main/example-notebooks/01_Run_Example_Deduplication.py

Line 64 - currently:
print(f"There are {data.count} records in total.")

I needed to change it to:
print(f"There are {data.count()} records in total.")

Just letting you know!

Thanks.