Skip to main content

Collect and standardize data on job posting platforms.

Project description

Jobtimize

Jobtimize is a python package which collects, standardizes and completes information about job offers published on job search platforms. The package is mainly based on scraping and text classification to fill in missing data.

Release Usage Development
GitHub version License: MIT Build Status
Python version Codecov
Python

Dependencies

beautifulsoup4
jsonschema
lxml
numpy
pandas

Installation

Pypi

The safest way to install Jobtimize is to go through pip

pip install Jobtimize

Git

The installation with git allows to have the latest version. However it can have some bugs.

pip install git+https://github.com/Lrakotoson/Jobtimize.git

How to use ?

Since Jobtimize is a package, in python you just have to import it. The main function (for now) is Jobtimize.jobscrap.

from Jobtimize import jobscrap

df = jobscrap(["Data Scientist", "Data Analyst"],
              ["UK", "FR"]
    )

df.head()

The df object is a dataframe pandas, so it inherits all its methods.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Jobtimize-0.0.3a1.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

Jobtimize-0.0.3a1-py2.py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page