Polish Job Offers At AI
Job offers on nofluffjobs.com/pl in the AI industry
@kaggle.michau96_polish_job_offers_at_ai
Job offers on nofluffjobs.com/pl in the AI industry
@kaggle.michau96_polish_job_offers_at_ai
NoFluffJobs is one of the Polish recruitment portals where employers meet, looking for new employees and employees looking for a new job in the world of broadly understood IT. Despite many similar portals in Poland, this is distinguished by the fact that each of the employers, in addition to the content of their advertisement, is required to define a number of structures for the information related to work, including range of salary, technologies, software, hardware, etc. This makes it a good place to look for a new job. work in Poland in the IT industry, especially by people with extensive experience and skills.
The database contains a table with the current date for which all offers from the AI category on this page were downloaded. The table contains a total of 7 columns informing about: identification number, position title, whether it is a senior, expert or lead position, location, remuneration (most often given in the form of a scope) and the currency of the remuneration. The database will be updated in some time in the form of adding new tables with offers for the day the data was scrapped from the page.
The data was obtained using webscraping. The Python language with the "BeautifulSoup", "requests", "re", "pandas" and "numpy" packages was used for this process and "SelectorGadet" add-on, which made the work with the site easier. The entire code was closed in a function with one parameter, which is a link to a page with filtered offers on AI
Photo by Christina @wocintechchat.com on Unsplash
CREATE TABLE ai_poland_jobs_2022_06_10 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2022_07_09 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2022_08_12 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2022_09_09 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2022_10_08 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2022_11_09 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2022_12_07 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2023_01_06 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2023_02_05 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2023_03_08 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2023_04_07 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2023_05_05 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2023_06_08 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2023_07_05 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2023_08_03 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2023_09_03 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2023_10_01 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2023_11_04 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2023_12_01 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2024_01_01 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2024_02_03 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2024_03_02 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2024_04_01 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2024_05_02 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2024_06_03 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2024_07_01 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2024_08_03 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);CREATE TABLE ai_poland_jobs_2024_09_11 (
"id" DOUBLE,
"title" VARCHAR,
"senior" BOOLEAN,
"company" VARCHAR,
"location" VARCHAR,
"salary" VARCHAR,
"currency" VARCHAR
);Anyone who has the link will be able to view this.