GithubHelp home page GithubHelp logo

job-hunting's Introduction

Job Hunting Visualization

A simple python script for visualizing the job hunting status using a sankey diagram, and compare salary ranges visually.

The code that generates the sankey diagram is adapted from https://medium.com/kenlok/how-to-create-sankey-diagrams-from-dataframes-in-python-e221c1b4d6b0

Inputs

Data File

A CVS file containing the stages of each application, e.g.:

Date, Step 1, Step 2, Step 3, Step 4, Step 5, Status
13/06/2022, Applied, Technical Interview, , , , Reproved
22/06/2022, Applied, , , , , Reproved
30/06/2022, Applied, , , , , ?
05/07/2022, Applied, Technical Interview, Coding Test, Behaviour Interview, , ?

Note: The original file has more information, not relevant for this diagram, e.g:

Date,Company,Position,Salary Range,Location,Remote,Ref/Site,Link,Step 1,Step 2,Step 3,Step 4,Step 5,Status

Exchange Rates

A JSON file containing the exchange rates, e.g.:

{
  "success": true, 
  "timestamp": 1659704825, 
  "base": "USD", 
  "date": "2022-08-05", 
  "rates": {
    "BRL": 5.240938, 
    "CAD": 1.29553
  }
}

This file is updated via API Call to https://apilayer.com/marketplace/exchangerates_data-api, so an API key is required. This API key must be obtained from the website and stored in the text file data/api_key.txt.

Output

Sankey diagrams to visualize the status of job applications or a bar chart to assess the salaries of job offers.

job-hunting's People

Contributors

oscarcosta avatar

Watchers

James Cloos avatar  avatar  avatar

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.