David Crisp <dcr...@netspace.net.au> writes:

> In this case I am reading in data from a SQL database query(pymssql)

If you want to eliminate duplicates from your query, do so with ‘SELECT
DISTINCT’. Then you don't ever get the duplicate rows in the first place :-)

-- 
 \          “Ocean, n. A body of water occupying about two-thirds of a |
  `\     world made for man — who has no gills.” —Ambrose Bierce, _The |
_o__)                                        Devil's Dictionary_, 1906 |
Ben Finney

_______________________________________________
melbourne-pug mailing list
melbourne-pug@python.org
https://mail.python.org/mailman/listinfo/melbourne-pug

Reply via email to