A short and concise guide on removing duplicates with Python

Not all data are perfect and we really need to get duplicate data removed from our dataset most of the time. it looks easy to clean up the duplicate data but in reality it isn’t. Sometimes you want to just remove the duplicates from one or more columns an… Read more

Similar

New Firebird 3 driver for Python 3

As Pavel Cisar promised at Firebird Conference in Berlin, the Firebird has brandnew DB API 2.0 driver for Python. It’s part of modernization campaignthat shakes off the legacy that goes back to KInterbasDB and Firebird 2.0. Please note, that his new drive... (more…)

Read more »