databricks-industry-solutions / auto-data-linkage

Low effort linking and easy de-duplication. Databricks ARC provides a simple, automated, lakehouse integrated entity resolution solution for intra and inter data linking.
https://databricks-industry-solutions.github.io/auto-data-linkage/
Other
46 stars 20 forks source link

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

Open sunny-sharma-datalytyx opened 6 months ago

sunny-sharma-datalytyx commented 6 months ago

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.