Re: Find duplicates in a list/array and count them ...

2009-03-27 Thread MRAB
paul.scipi...@aps.com wrote: Hello, I'm a newbie to Python. I wrote a Python script which connect to my Geodatabase (ESRI ArcGIS File Geodatabase), retrieves the records, then proceeds to evaluate which ones are duplicated. I do this using lists. Someone suggested I use arrays instead. B

Find duplicates in a list/array and count them ...

2009-03-27 Thread Paul . Scipione
Hello, I'm a newbie to Python. I wrote a Python script which connect to my Geodatabase (ESRI ArcGIS File Geodatabase), retrieves the records, then proceeds to evaluate which ones are duplicated. I do this using lists. Someone suggested I use arrays instead. Below is the content of my script