Code Monkey home page Code Monkey logo

Comments (2)

lschlesinger avatar lschlesinger commented on June 13, 2024

Mapping job-skills, employee-skills

  • employee
  • employee_skills {id, employee_id, title: str, desc: str}
  • job
  • job_skills {id, job_id, title: str, desc:str}

See #13 for more types

from corona-hackathon.

floro91 avatar floro91 commented on June 13, 2024
table column dtype Priority comment
employee id string 1  
  age_group categorical 1  
  zip_code int 1  
  student bool 1  
  german_speaking bool 1  
  drivers_license bool 1  
  max_h_per_week int 1  
  available_from_date date 1  
  registration timestamp 1  
employer id string 1  
  name string 1  
  domain string 1 Could also be categorical?
  website string 1  
job id string 1  
  employer_id string 1  
  title string 1  
  description string 1  
  zip_code int 1  
  initial_demand_qty int 1  
  current_demand_qty int 1 counter to see current qty
  salary_per_h float 1  
  start_date date 1  
  hours_per_week int 1  
  german_required bool 1  
  drivers_license_required bool 1  
  timestamp_posting timestamp 1  
  welcome_info string 1  
skills_employee employee_id string 2  
  skill_title string 2  
  skill_description string 2  
skills_job job_id string 2  
  skill_title string 2  
  skill_description string 2  
job_recommendation employee_id string 1  
  job_id string 1  
  match_score float 1  
  explanation string 2  
  timestamp_recommendation timestamp 1  
contract_status employee_id string 2  
  job_id string 2  
  contract_creation timestamp 2  
  contract_approved timestamp 2  
  contract_signed timestamp 2  

from corona-hackathon.

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.