I needed to add () to line 64 in 01_Run_Example_Deduplication.py
Opened this issue · 0 comments
sunny-sharma-datalytyx commented
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.