Git Product home page Git Product logo

Comments (2)

ydoc5212 avatar ydoc5212 commented on September 23, 2024 1

Ok, let's move this to the warn-analysis repo.

It looks like closing vs layoff refers to whether a plant/business was closed entirely or there was merely a reduction in staff. This could be useful for a story about how many businesses needed to close operation due to COVID-19.

from warn-transformer.

zstumgoren avatar zstumgoren commented on September 23, 2024

@ydoc5212 We generally want to perform "value add" such as value standardizations, date standardizations, etc. as a post-processing step. Scrapers in the WARN repo should generally retain a high degree of fidelity with the source data. For our scrapers, we want to perform the bare minimum related to data transformation when scraping, though this bare minimum can vary depending on the nature of the data acquisition. A simple case would be downloading a CSV; a more involved case would be downloading and converting a PDF or Excel file. In the latter more involved cases, we generally want to extract data in the format it appeared in the original (e.g. leaving dates in their original formats) and leave transformations for post-processing. That's a long way of saying that you should continue to perform tasks such as those described in this ticket (e.g. standardizing the "Closing" and "Layoff" fields) in the warn-analysis repo, as opposed to applying such changes in WARN.

Regarding "Closing" vs. "Layoff" in particular, do we have a clear sense of what these fields actually denote?

from warn-transformer.

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.