Code Monkey home page Code Monkey logo

Comments (6)

fgregg avatar fgregg commented on August 28, 2024

Please provide some examples

from bga-payroll.

hancush avatar hancush commented on August 28, 2024

yeah, here's a spreadsheet of all the exact duplicates and the number of times they appear in the source data. i generated it with the command tail +2 raw/2017_payroll.csv | sort --field-separator=',' -k2 -k6 -k5 -k4 -k3 | uniq -c | grep -v '^ * 1 ' > duplicates.csv and added the header by hand in the spreadsheet.

from bga-payroll.

hancush avatar hancush commented on August 28, 2024

From Jared:

If all of the fields are the same, the duplicates could be eliminated.

from bga-payroll.

hancush avatar hancush commented on August 28, 2024

In order to avoid collapsing salaries that should not be collapsed, we should not remove exact duplicates automatically. Have advised Jared that we will treat exact duplicates as different people –perhaps we should flag records that look exactly the same in the upload wizard. 

from bga-payroll.

hancush avatar hancush commented on August 28, 2024

related to #55.

from bga-payroll.

hancush avatar hancush commented on August 28, 2024

we may want to flag exact dupes within a given year to the user. it could be a case of three john smiths in the cpd from the same recruiting class, making the same pay, but it could be an error.

from bga-payroll.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.