added Jenkinsfile
This commit is contained in:
parent
52b5c0da45
commit
f812727089
10
Jenkinsfile
vendored
Normal file
10
Jenkinsfile
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
stages {
|
||||||
|
stage('Stage 1') {
|
||||||
|
steps {
|
||||||
|
echo 'Hello world!'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -2,7 +2,7 @@
|
|||||||
"cells": [
|
"cells": [
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 12,
|
"execution_count": 28,
|
||||||
"id": "5e2107a5",
|
"id": "5e2107a5",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
@ -12,7 +12,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 13,
|
"execution_count": 29,
|
||||||
"id": "bcc889e5",
|
"id": "bcc889e5",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@ -21,12 +21,12 @@
|
|||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
"text": [
|
"text": [
|
||||||
"Requirement already satisfied: kaggle in /home/students/s444463/.local/lib/python3.8/site-packages (1.5.12)\n",
|
"Requirement already satisfied: kaggle in /home/students/s444463/.local/lib/python3.8/site-packages (1.5.12)\n",
|
||||||
"Requirement already satisfied: python-slugify in /home/students/s444463/.local/lib/python3.8/site-packages (from kaggle) (6.1.1)\n",
|
|
||||||
"Requirement already satisfied: certifi in /usr/lib/python3/dist-packages (from kaggle) (2019.11.28)\n",
|
|
||||||
"Requirement already satisfied: urllib3 in /usr/lib/python3/dist-packages (from kaggle) (1.25.8)\n",
|
|
||||||
"Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from kaggle) (2.22.0)\n",
|
|
||||||
"Requirement already satisfied: six>=1.10 in /usr/lib/python3/dist-packages (from kaggle) (1.14.0)\n",
|
|
||||||
"Requirement already satisfied: tqdm in /home/students/s444463/.local/lib/python3.8/site-packages (from kaggle) (4.63.0)\n",
|
"Requirement already satisfied: tqdm in /home/students/s444463/.local/lib/python3.8/site-packages (from kaggle) (4.63.0)\n",
|
||||||
|
"Requirement already satisfied: urllib3 in /usr/lib/python3/dist-packages (from kaggle) (1.25.8)\n",
|
||||||
|
"Requirement already satisfied: six>=1.10 in /usr/lib/python3/dist-packages (from kaggle) (1.14.0)\n",
|
||||||
|
"Requirement already satisfied: certifi in /usr/lib/python3/dist-packages (from kaggle) (2019.11.28)\n",
|
||||||
|
"Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from kaggle) (2.22.0)\n",
|
||||||
|
"Requirement already satisfied: python-slugify in /home/students/s444463/.local/lib/python3.8/site-packages (from kaggle) (6.1.1)\n",
|
||||||
"Requirement already satisfied: python-dateutil in /usr/lib/python3/dist-packages (from kaggle) (2.7.3)\n",
|
"Requirement already satisfied: python-dateutil in /usr/lib/python3/dist-packages (from kaggle) (2.7.3)\n",
|
||||||
"Requirement already satisfied: text-unidecode>=1.3 in /home/students/s444463/.local/lib/python3.8/site-packages (from python-slugify->kaggle) (1.3)\n",
|
"Requirement already satisfied: text-unidecode>=1.3 in /home/students/s444463/.local/lib/python3.8/site-packages (from python-slugify->kaggle) (1.3)\n",
|
||||||
"\u001b[33mWARNING: You are using pip version 21.2.4; however, version 22.0.4 is available.\n",
|
"\u001b[33mWARNING: You are using pip version 21.2.4; however, version 22.0.4 is available.\n",
|
||||||
@ -48,7 +48,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 14,
|
"execution_count": 30,
|
||||||
"id": "02a4034f",
|
"id": "02a4034f",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@ -68,7 +68,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 15,
|
"execution_count": 31,
|
||||||
"id": "5035aef0",
|
"id": "5035aef0",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@ -86,7 +86,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 16,
|
"execution_count": 32,
|
||||||
"id": "14344d2f",
|
"id": "14344d2f",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@ -97,13 +97,13 @@
|
|||||||
"Requirement already satisfied: seaborn in /home/students/s444463/.local/lib/python3.8/site-packages (0.11.2)\n",
|
"Requirement already satisfied: seaborn in /home/students/s444463/.local/lib/python3.8/site-packages (0.11.2)\n",
|
||||||
"Requirement already satisfied: numpy>=1.15 in /usr/lib/python3/dist-packages (from seaborn) (1.17.4)\n",
|
"Requirement already satisfied: numpy>=1.15 in /usr/lib/python3/dist-packages (from seaborn) (1.17.4)\n",
|
||||||
"Requirement already satisfied: scipy>=1.0 in /usr/lib/python3/dist-packages (from seaborn) (1.3.3)\n",
|
"Requirement already satisfied: scipy>=1.0 in /usr/lib/python3/dist-packages (from seaborn) (1.3.3)\n",
|
||||||
"Requirement already satisfied: pandas>=0.23 in /usr/lib/python3/dist-packages (from seaborn) (0.25.3)\n",
|
|
||||||
"Requirement already satisfied: matplotlib>=2.2 in /home/students/s444463/.local/lib/python3.8/site-packages (from seaborn) (3.4.3)\n",
|
"Requirement already satisfied: matplotlib>=2.2 in /home/students/s444463/.local/lib/python3.8/site-packages (from seaborn) (3.4.3)\n",
|
||||||
|
"Requirement already satisfied: pandas>=0.23 in /usr/lib/python3/dist-packages (from seaborn) (0.25.3)\n",
|
||||||
"Requirement already satisfied: pillow>=6.2.0 in /usr/local/lib/python3.8/dist-packages (from matplotlib>=2.2->seaborn) (8.3.2)\n",
|
"Requirement already satisfied: pillow>=6.2.0 in /usr/local/lib/python3.8/dist-packages (from matplotlib>=2.2->seaborn) (8.3.2)\n",
|
||||||
"Requirement already satisfied: python-dateutil>=2.7 in /usr/lib/python3/dist-packages (from matplotlib>=2.2->seaborn) (2.7.3)\n",
|
|
||||||
"Requirement already satisfied: cycler>=0.10 in /home/students/s444463/.local/lib/python3.8/site-packages (from matplotlib>=2.2->seaborn) (0.10.0)\n",
|
|
||||||
"Requirement already satisfied: pyparsing>=2.2.1 in /usr/local/lib/python3.8/dist-packages (from matplotlib>=2.2->seaborn) (2.4.7)\n",
|
"Requirement already satisfied: pyparsing>=2.2.1 in /usr/local/lib/python3.8/dist-packages (from matplotlib>=2.2->seaborn) (2.4.7)\n",
|
||||||
|
"Requirement already satisfied: cycler>=0.10 in /home/students/s444463/.local/lib/python3.8/site-packages (from matplotlib>=2.2->seaborn) (0.10.0)\n",
|
||||||
"Requirement already satisfied: kiwisolver>=1.0.1 in /home/students/s444463/.local/lib/python3.8/site-packages (from matplotlib>=2.2->seaborn) (1.3.2)\n",
|
"Requirement already satisfied: kiwisolver>=1.0.1 in /home/students/s444463/.local/lib/python3.8/site-packages (from matplotlib>=2.2->seaborn) (1.3.2)\n",
|
||||||
|
"Requirement already satisfied: python-dateutil>=2.7 in /usr/lib/python3/dist-packages (from matplotlib>=2.2->seaborn) (2.7.3)\n",
|
||||||
"Requirement already satisfied: six in /usr/lib/python3/dist-packages (from cycler>=0.10->matplotlib>=2.2->seaborn) (1.14.0)\n",
|
"Requirement already satisfied: six in /usr/lib/python3/dist-packages (from cycler>=0.10->matplotlib>=2.2->seaborn) (1.14.0)\n",
|
||||||
"\u001b[33mWARNING: You are using pip version 21.2.4; however, version 22.0.4 is available.\n",
|
"\u001b[33mWARNING: You are using pip version 21.2.4; however, version 22.0.4 is available.\n",
|
||||||
"You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.\u001b[0m\n"
|
"You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.\u001b[0m\n"
|
||||||
@ -116,7 +116,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 17,
|
"execution_count": 33,
|
||||||
"id": "0f5ebfab",
|
"id": "0f5ebfab",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@ -519,7 +519,7 @@
|
|||||||
"[17880 rows x 18 columns]"
|
"[17880 rows x 18 columns]"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"execution_count": 17,
|
"execution_count": 33,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"output_type": "execute_result"
|
"output_type": "execute_result"
|
||||||
}
|
}
|
||||||
@ -532,7 +532,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 18,
|
"execution_count": 34,
|
||||||
"id": "edbf49da",
|
"id": "edbf49da",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@ -551,7 +551,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 19,
|
"execution_count": 35,
|
||||||
"id": "e60b3f32",
|
"id": "e60b3f32",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@ -572,7 +572,7 @@
|
|||||||
"Name: department, Length: 1337, dtype: int64"
|
"Name: department, Length: 1337, dtype: int64"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"execution_count": 19,
|
"execution_count": 35,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"output_type": "execute_result"
|
"output_type": "execute_result"
|
||||||
}
|
}
|
||||||
@ -583,10 +583,414 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": null,
|
"execution_count": 36,
|
||||||
"id": "2612d68b",
|
"id": "ddb2fc38",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [
|
||||||
|
{
|
||||||
|
"data": {
|
||||||
|
"text/html": [
|
||||||
|
"<div>\n",
|
||||||
|
"<style scoped>\n",
|
||||||
|
" .dataframe tbody tr th:only-of-type {\n",
|
||||||
|
" vertical-align: middle;\n",
|
||||||
|
" }\n",
|
||||||
|
"\n",
|
||||||
|
" .dataframe tbody tr th {\n",
|
||||||
|
" vertical-align: top;\n",
|
||||||
|
" }\n",
|
||||||
|
"\n",
|
||||||
|
" .dataframe thead th {\n",
|
||||||
|
" text-align: right;\n",
|
||||||
|
" }\n",
|
||||||
|
"</style>\n",
|
||||||
|
"<table border=\"1\" class=\"dataframe\">\n",
|
||||||
|
" <thead>\n",
|
||||||
|
" <tr style=\"text-align: right;\">\n",
|
||||||
|
" <th></th>\n",
|
||||||
|
" <th>job_id</th>\n",
|
||||||
|
" <th>title</th>\n",
|
||||||
|
" <th>location</th>\n",
|
||||||
|
" <th>department</th>\n",
|
||||||
|
" <th>salary_range</th>\n",
|
||||||
|
" <th>company_profile</th>\n",
|
||||||
|
" <th>description</th>\n",
|
||||||
|
" <th>requirements</th>\n",
|
||||||
|
" <th>benefits</th>\n",
|
||||||
|
" <th>telecommuting</th>\n",
|
||||||
|
" <th>has_company_logo</th>\n",
|
||||||
|
" <th>has_questions</th>\n",
|
||||||
|
" <th>employment_type</th>\n",
|
||||||
|
" <th>required_experience</th>\n",
|
||||||
|
" <th>required_education</th>\n",
|
||||||
|
" <th>industry</th>\n",
|
||||||
|
" <th>function</th>\n",
|
||||||
|
" <th>fraudulent</th>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" </thead>\n",
|
||||||
|
" <tbody>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>0</th>\n",
|
||||||
|
" <td>1</td>\n",
|
||||||
|
" <td>Marketing Intern</td>\n",
|
||||||
|
" <td>US, NY, New York</td>\n",
|
||||||
|
" <td>Marketing</td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td>We're Food52, and we've created a groundbreaki...</td>\n",
|
||||||
|
" <td>Food52, a fast-growing, James Beard Award-winn...</td>\n",
|
||||||
|
" <td>Experience with content management systems a m...</td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>1</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>Other</td>\n",
|
||||||
|
" <td>Internship</td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td>Marketing</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>1</th>\n",
|
||||||
|
" <td>2</td>\n",
|
||||||
|
" <td>Customer Service - Cloud Video Production</td>\n",
|
||||||
|
" <td>NZ, , Auckland</td>\n",
|
||||||
|
" <td>Success</td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td>90 Seconds, the worlds Cloud Video Production ...</td>\n",
|
||||||
|
" <td>Organised - Focused - Vibrant - Awesome!Do you...</td>\n",
|
||||||
|
" <td>What we expect from you:Your key responsibilit...</td>\n",
|
||||||
|
" <td>What you will get from usThrough being part of...</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>1</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>Full-time</td>\n",
|
||||||
|
" <td>Not Applicable</td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td>Marketing and Advertising</td>\n",
|
||||||
|
" <td>Customer Service</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>2</th>\n",
|
||||||
|
" <td>3</td>\n",
|
||||||
|
" <td>Commissioning Machinery Assistant (CMA)</td>\n",
|
||||||
|
" <td>US, IA, Wever</td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td>Valor Services provides Workforce Solutions th...</td>\n",
|
||||||
|
" <td>Our client, located in Houston, is actively se...</td>\n",
|
||||||
|
" <td>Implement pre-commissioning and commissioning ...</td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>1</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>3</th>\n",
|
||||||
|
" <td>4</td>\n",
|
||||||
|
" <td>Account Executive - Washington DC</td>\n",
|
||||||
|
" <td>US, DC, Washington</td>\n",
|
||||||
|
" <td>Sales</td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td>Our passion for improving quality of life thro...</td>\n",
|
||||||
|
" <td>THE COMPANY: ESRI – Environmental Systems Rese...</td>\n",
|
||||||
|
" <td>EDUCATION: Bachelor’s or Master’s in GIS, busi...</td>\n",
|
||||||
|
" <td>Our culture is anything but corporate—we have ...</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>1</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>Full-time</td>\n",
|
||||||
|
" <td>Mid-Senior level</td>\n",
|
||||||
|
" <td>Bachelor's Degree</td>\n",
|
||||||
|
" <td>Computer Software</td>\n",
|
||||||
|
" <td>Sales</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>4</th>\n",
|
||||||
|
" <td>5</td>\n",
|
||||||
|
" <td>Bill Review Manager</td>\n",
|
||||||
|
" <td>US, FL, Fort Worth</td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td>SpotSource Solutions LLC is a Global Human Cap...</td>\n",
|
||||||
|
" <td>JOB TITLE: Itemization Review ManagerLOCATION:...</td>\n",
|
||||||
|
" <td>QUALIFICATIONS:RN license in the State of Texa...</td>\n",
|
||||||
|
" <td>Full Benefits Offered</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>1</td>\n",
|
||||||
|
" <td>1</td>\n",
|
||||||
|
" <td>Full-time</td>\n",
|
||||||
|
" <td>Mid-Senior level</td>\n",
|
||||||
|
" <td>Bachelor's Degree</td>\n",
|
||||||
|
" <td>Hospital & Health Care</td>\n",
|
||||||
|
" <td>Health Care Provider</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>...</th>\n",
|
||||||
|
" <td>...</td>\n",
|
||||||
|
" <td>...</td>\n",
|
||||||
|
" <td>...</td>\n",
|
||||||
|
" <td>...</td>\n",
|
||||||
|
" <td>...</td>\n",
|
||||||
|
" <td>...</td>\n",
|
||||||
|
" <td>...</td>\n",
|
||||||
|
" <td>...</td>\n",
|
||||||
|
" <td>...</td>\n",
|
||||||
|
" <td>...</td>\n",
|
||||||
|
" <td>...</td>\n",
|
||||||
|
" <td>...</td>\n",
|
||||||
|
" <td>...</td>\n",
|
||||||
|
" <td>...</td>\n",
|
||||||
|
" <td>...</td>\n",
|
||||||
|
" <td>...</td>\n",
|
||||||
|
" <td>...</td>\n",
|
||||||
|
" <td>...</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>17875</th>\n",
|
||||||
|
" <td>17876</td>\n",
|
||||||
|
" <td>Account Director - Distribution</td>\n",
|
||||||
|
" <td>CA, ON, Toronto</td>\n",
|
||||||
|
" <td>Sales</td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td>Vend is looking for some awesome new talent to...</td>\n",
|
||||||
|
" <td>Just in case this is the first time you’ve vis...</td>\n",
|
||||||
|
" <td>To ace this role you:Will eat comprehensive St...</td>\n",
|
||||||
|
" <td>What can you expect from us?We have an open cu...</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>1</td>\n",
|
||||||
|
" <td>1</td>\n",
|
||||||
|
" <td>Full-time</td>\n",
|
||||||
|
" <td>Mid-Senior level</td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td>Computer Software</td>\n",
|
||||||
|
" <td>Sales</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>17876</th>\n",
|
||||||
|
" <td>17877</td>\n",
|
||||||
|
" <td>Payroll Accountant</td>\n",
|
||||||
|
" <td>US, PA, Philadelphia</td>\n",
|
||||||
|
" <td>Accounting</td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td>WebLinc is the e-commerce platform and service...</td>\n",
|
||||||
|
" <td>The Payroll Accountant will focus primarily on...</td>\n",
|
||||||
|
" <td>- B.A. or B.S. in Accounting- Desire to have f...</td>\n",
|
||||||
|
" <td>Health &amp; WellnessMedical planPrescription ...</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>1</td>\n",
|
||||||
|
" <td>1</td>\n",
|
||||||
|
" <td>Full-time</td>\n",
|
||||||
|
" <td>Mid-Senior level</td>\n",
|
||||||
|
" <td>Bachelor's Degree</td>\n",
|
||||||
|
" <td>Internet</td>\n",
|
||||||
|
" <td>Accounting/Auditing</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>17877</th>\n",
|
||||||
|
" <td>17878</td>\n",
|
||||||
|
" <td>Project Cost Control Staff Engineer - Cost Con...</td>\n",
|
||||||
|
" <td>US, TX, Houston</td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td>We Provide Full Time Permanent Positions for m...</td>\n",
|
||||||
|
" <td>Experienced Project Cost Control Staff Enginee...</td>\n",
|
||||||
|
" <td>At least 12 years professional experience.Abil...</td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>Full-time</td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>17878</th>\n",
|
||||||
|
" <td>17879</td>\n",
|
||||||
|
" <td>Graphic Designer</td>\n",
|
||||||
|
" <td>NG, LA, Lagos</td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td>Nemsia Studios is looking for an experienced v...</td>\n",
|
||||||
|
" <td>1. Must be fluent in the latest versions of Co...</td>\n",
|
||||||
|
" <td>Competitive salary (compensation will be based...</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>1</td>\n",
|
||||||
|
" <td>Contract</td>\n",
|
||||||
|
" <td>Not Applicable</td>\n",
|
||||||
|
" <td>Professional</td>\n",
|
||||||
|
" <td>Graphic Design</td>\n",
|
||||||
|
" <td>Design</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>17879</th>\n",
|
||||||
|
" <td>17880</td>\n",
|
||||||
|
" <td>Web Application Developers</td>\n",
|
||||||
|
" <td>NZ, N, Wellington</td>\n",
|
||||||
|
" <td>Engineering</td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td>Vend is looking for some awesome new talent to...</td>\n",
|
||||||
|
" <td>Who are we?Vend is an award winning web based ...</td>\n",
|
||||||
|
" <td>We want to hear from you if:You have an in-dep...</td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>1</td>\n",
|
||||||
|
" <td>1</td>\n",
|
||||||
|
" <td>Full-time</td>\n",
|
||||||
|
" <td>Mid-Senior level</td>\n",
|
||||||
|
" <td></td>\n",
|
||||||
|
" <td>Computer Software</td>\n",
|
||||||
|
" <td>Engineering</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" </tbody>\n",
|
||||||
|
"</table>\n",
|
||||||
|
"<p>17880 rows × 18 columns</p>\n",
|
||||||
|
"</div>"
|
||||||
|
],
|
||||||
|
"text/plain": [
|
||||||
|
" job_id title \\\n",
|
||||||
|
"0 1 Marketing Intern \n",
|
||||||
|
"1 2 Customer Service - Cloud Video Production \n",
|
||||||
|
"2 3 Commissioning Machinery Assistant (CMA) \n",
|
||||||
|
"3 4 Account Executive - Washington DC \n",
|
||||||
|
"4 5 Bill Review Manager \n",
|
||||||
|
"... ... ... \n",
|
||||||
|
"17875 17876 Account Director - Distribution \n",
|
||||||
|
"17876 17877 Payroll Accountant \n",
|
||||||
|
"17877 17878 Project Cost Control Staff Engineer - Cost Con... \n",
|
||||||
|
"17878 17879 Graphic Designer \n",
|
||||||
|
"17879 17880 Web Application Developers \n",
|
||||||
|
"\n",
|
||||||
|
" location department salary_range \\\n",
|
||||||
|
"0 US, NY, New York Marketing \n",
|
||||||
|
"1 NZ, , Auckland Success \n",
|
||||||
|
"2 US, IA, Wever \n",
|
||||||
|
"3 US, DC, Washington Sales \n",
|
||||||
|
"4 US, FL, Fort Worth \n",
|
||||||
|
"... ... ... ... \n",
|
||||||
|
"17875 CA, ON, Toronto Sales \n",
|
||||||
|
"17876 US, PA, Philadelphia Accounting \n",
|
||||||
|
"17877 US, TX, Houston \n",
|
||||||
|
"17878 NG, LA, Lagos \n",
|
||||||
|
"17879 NZ, N, Wellington Engineering \n",
|
||||||
|
"\n",
|
||||||
|
" company_profile \\\n",
|
||||||
|
"0 We're Food52, and we've created a groundbreaki... \n",
|
||||||
|
"1 90 Seconds, the worlds Cloud Video Production ... \n",
|
||||||
|
"2 Valor Services provides Workforce Solutions th... \n",
|
||||||
|
"3 Our passion for improving quality of life thro... \n",
|
||||||
|
"4 SpotSource Solutions LLC is a Global Human Cap... \n",
|
||||||
|
"... ... \n",
|
||||||
|
"17875 Vend is looking for some awesome new talent to... \n",
|
||||||
|
"17876 WebLinc is the e-commerce platform and service... \n",
|
||||||
|
"17877 We Provide Full Time Permanent Positions for m... \n",
|
||||||
|
"17878 \n",
|
||||||
|
"17879 Vend is looking for some awesome new talent to... \n",
|
||||||
|
"\n",
|
||||||
|
" description \\\n",
|
||||||
|
"0 Food52, a fast-growing, James Beard Award-winn... \n",
|
||||||
|
"1 Organised - Focused - Vibrant - Awesome!Do you... \n",
|
||||||
|
"2 Our client, located in Houston, is actively se... \n",
|
||||||
|
"3 THE COMPANY: ESRI – Environmental Systems Rese... \n",
|
||||||
|
"4 JOB TITLE: Itemization Review ManagerLOCATION:... \n",
|
||||||
|
"... ... \n",
|
||||||
|
"17875 Just in case this is the first time you’ve vis... \n",
|
||||||
|
"17876 The Payroll Accountant will focus primarily on... \n",
|
||||||
|
"17877 Experienced Project Cost Control Staff Enginee... \n",
|
||||||
|
"17878 Nemsia Studios is looking for an experienced v... \n",
|
||||||
|
"17879 Who are we?Vend is an award winning web based ... \n",
|
||||||
|
"\n",
|
||||||
|
" requirements \\\n",
|
||||||
|
"0 Experience with content management systems a m... \n",
|
||||||
|
"1 What we expect from you:Your key responsibilit... \n",
|
||||||
|
"2 Implement pre-commissioning and commissioning ... \n",
|
||||||
|
"3 EDUCATION: Bachelor’s or Master’s in GIS, busi... \n",
|
||||||
|
"4 QUALIFICATIONS:RN license in the State of Texa... \n",
|
||||||
|
"... ... \n",
|
||||||
|
"17875 To ace this role you:Will eat comprehensive St... \n",
|
||||||
|
"17876 - B.A. or B.S. in Accounting- Desire to have f... \n",
|
||||||
|
"17877 At least 12 years professional experience.Abil... \n",
|
||||||
|
"17878 1. Must be fluent in the latest versions of Co... \n",
|
||||||
|
"17879 We want to hear from you if:You have an in-dep... \n",
|
||||||
|
"\n",
|
||||||
|
" benefits telecommuting \\\n",
|
||||||
|
"0 0 \n",
|
||||||
|
"1 What you will get from usThrough being part of... 0 \n",
|
||||||
|
"2 0 \n",
|
||||||
|
"3 Our culture is anything but corporate—we have ... 0 \n",
|
||||||
|
"4 Full Benefits Offered 0 \n",
|
||||||
|
"... ... ... \n",
|
||||||
|
"17875 What can you expect from us?We have an open cu... 0 \n",
|
||||||
|
"17876 Health & WellnessMedical planPrescription ... 0 \n",
|
||||||
|
"17877 0 \n",
|
||||||
|
"17878 Competitive salary (compensation will be based... 0 \n",
|
||||||
|
"17879 0 \n",
|
||||||
|
"\n",
|
||||||
|
" has_company_logo has_questions employment_type required_experience \\\n",
|
||||||
|
"0 1 0 Other Internship \n",
|
||||||
|
"1 1 0 Full-time Not Applicable \n",
|
||||||
|
"2 1 0 \n",
|
||||||
|
"3 1 0 Full-time Mid-Senior level \n",
|
||||||
|
"4 1 1 Full-time Mid-Senior level \n",
|
||||||
|
"... ... ... ... ... \n",
|
||||||
|
"17875 1 1 Full-time Mid-Senior level \n",
|
||||||
|
"17876 1 1 Full-time Mid-Senior level \n",
|
||||||
|
"17877 0 0 Full-time \n",
|
||||||
|
"17878 0 1 Contract Not Applicable \n",
|
||||||
|
"17879 1 1 Full-time Mid-Senior level \n",
|
||||||
|
"\n",
|
||||||
|
" required_education industry function \\\n",
|
||||||
|
"0 Marketing \n",
|
||||||
|
"1 Marketing and Advertising Customer Service \n",
|
||||||
|
"2 \n",
|
||||||
|
"3 Bachelor's Degree Computer Software Sales \n",
|
||||||
|
"4 Bachelor's Degree Hospital & Health Care Health Care Provider \n",
|
||||||
|
"... ... ... ... \n",
|
||||||
|
"17875 Computer Software Sales \n",
|
||||||
|
"17876 Bachelor's Degree Internet Accounting/Auditing \n",
|
||||||
|
"17877 \n",
|
||||||
|
"17878 Professional Graphic Design Design \n",
|
||||||
|
"17879 Computer Software Engineering \n",
|
||||||
|
"\n",
|
||||||
|
" fraudulent \n",
|
||||||
|
"0 0 \n",
|
||||||
|
"1 0 \n",
|
||||||
|
"2 0 \n",
|
||||||
|
"3 0 \n",
|
||||||
|
"4 0 \n",
|
||||||
|
"... ... \n",
|
||||||
|
"17875 0 \n",
|
||||||
|
"17876 0 \n",
|
||||||
|
"17877 0 \n",
|
||||||
|
"17878 0 \n",
|
||||||
|
"17879 0 \n",
|
||||||
|
"\n",
|
||||||
|
"[17880 rows x 18 columns]"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"execution_count": 36,
|
||||||
|
"metadata": {},
|
||||||
|
"output_type": "execute_result"
|
||||||
|
}
|
||||||
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"import numpy as np\n",
|
"import numpy as np\n",
|
||||||
"data = data.replace(np.nan, '', regex=True)\n",
|
"data = data.replace(np.nan, '', regex=True)\n",
|
||||||
@ -595,7 +999,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 26,
|
"execution_count": 37,
|
||||||
"id": "c5ac75f5",
|
"id": "c5ac75f5",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@ -956,7 +1360,7 @@
|
|||||||
"max NaN 1.000000 "
|
"max NaN 1.000000 "
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"execution_count": 26,
|
"execution_count": 37,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"output_type": "execute_result"
|
"output_type": "execute_result"
|
||||||
}
|
}
|
||||||
@ -967,7 +1371,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 21,
|
"execution_count": 38,
|
||||||
"id": "4b0e77a4",
|
"id": "4b0e77a4",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@ -982,7 +1386,7 @@
|
|||||||
"dtype: float64"
|
"dtype: float64"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"execution_count": 21,
|
"execution_count": 38,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"output_type": "execute_result"
|
"output_type": "execute_result"
|
||||||
}
|
}
|
||||||
@ -993,7 +1397,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 22,
|
"execution_count": 39,
|
||||||
"id": "5a1d8ec7",
|
"id": "5a1d8ec7",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@ -1002,17 +1406,11 @@
|
|||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
"text": [
|
"text": [
|
||||||
"Defaulting to user installation because normal site-packages is not writeable\n",
|
"Defaulting to user installation because normal site-packages is not writeable\n",
|
||||||
"Requirement already satisfied: scikit-learn in /usr/lib/python3/dist-packages (0.22.2.post1)\n",
|
"Requirement already satisfied: scikit-learn in /home/students/s444463/.local/lib/python3.8/site-packages (1.0.2)\n",
|
||||||
"Collecting scikit-learn\n",
|
|
||||||
" Downloading scikit_learn-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.7 MB)\n",
|
|
||||||
"\u001b[K |████████████████████████████████| 26.7 MB 2.9 MB/s eta 0:00:01\n",
|
|
||||||
"\u001b[?25hRequirement already satisfied: scipy>=1.1.0 in /usr/lib/python3/dist-packages (from scikit-learn) (1.3.3)\n",
|
|
||||||
"Requirement already satisfied: numpy>=1.14.6 in /usr/lib/python3/dist-packages (from scikit-learn) (1.17.4)\n",
|
"Requirement already satisfied: numpy>=1.14.6 in /usr/lib/python3/dist-packages (from scikit-learn) (1.17.4)\n",
|
||||||
|
"Requirement already satisfied: threadpoolctl>=2.0.0 in /home/students/s444463/.local/lib/python3.8/site-packages (from scikit-learn) (3.1.0)\n",
|
||||||
"Requirement already satisfied: joblib>=0.11 in /usr/lib/python3/dist-packages (from scikit-learn) (0.14.0)\n",
|
"Requirement already satisfied: joblib>=0.11 in /usr/lib/python3/dist-packages (from scikit-learn) (0.14.0)\n",
|
||||||
"Collecting threadpoolctl>=2.0.0\n",
|
"Requirement already satisfied: scipy>=1.1.0 in /usr/lib/python3/dist-packages (from scikit-learn) (1.3.3)\n",
|
||||||
" Downloading threadpoolctl-3.1.0-py3-none-any.whl (14 kB)\n",
|
|
||||||
"Installing collected packages: threadpoolctl, scikit-learn\n",
|
|
||||||
"Successfully installed scikit-learn-1.0.2 threadpoolctl-3.1.0\n",
|
|
||||||
"\u001b[33mWARNING: You are using pip version 21.2.4; however, version 22.0.4 is available.\n",
|
"\u001b[33mWARNING: You are using pip version 21.2.4; however, version 22.0.4 is available.\n",
|
||||||
"You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.\u001b[0m\n",
|
"You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.\u001b[0m\n",
|
||||||
"Note: you may need to restart the kernel to use updated packages.\n"
|
"Note: you may need to restart the kernel to use updated packages.\n"
|
||||||
@ -1025,7 +1423,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 23,
|
"execution_count": 40,
|
||||||
"id": "50813795",
|
"id": "50813795",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@ -1046,7 +1444,7 @@
|
|||||||
"Name: title, Length: 8461, dtype: int64"
|
"Name: title, Length: 8461, dtype: int64"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"execution_count": 23,
|
"execution_count": 40,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"output_type": "execute_result"
|
"output_type": "execute_result"
|
||||||
}
|
}
|
||||||
@ -1061,7 +1459,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 24,
|
"execution_count": 41,
|
||||||
"id": "ea3c9f2e",
|
"id": "ea3c9f2e",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@ -1083,7 +1481,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 25,
|
"execution_count": 42,
|
||||||
"id": "b20cc27a",
|
"id": "b20cc27a",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@ -1104,7 +1502,7 @@
|
|||||||
"Name: title, Length: 8461, dtype: int64"
|
"Name: title, Length: 8461, dtype: int64"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"execution_count": 25,
|
"execution_count": 42,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"output_type": "execute_result"
|
"output_type": "execute_result"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user