{ "cells": [ { "cell_type": "markdown", "id": "cdd7b111", "metadata": {}, "source": [ "### EDA and Data Lookup" ] }, { "cell_type": "code", "execution_count": 1, "id": "50ddeacc", "metadata": { "execution": { "iopub.execute_input": "2026-07-05T07:01:31.659870Z", "iopub.status.busy": "2026-07-05T07:01:31.659399Z", "iopub.status.idle": "2026-07-05T07:01:32.505941Z", "shell.execute_reply": "2026-07-05T07:01:32.504134Z" } }, "outputs": [], "source": [ "import pandas as pd" ] }, { "cell_type": "code", "execution_count": 2, "id": "599b8d5d", "metadata": { "execution": { "iopub.execute_input": "2026-07-05T07:01:32.510739Z", "iopub.status.busy": "2026-07-05T07:01:32.510245Z", "iopub.status.idle": "2026-07-05T07:01:32.593359Z", "shell.execute_reply": "2026-07-05T07:01:32.591374Z" } }, "outputs": [ { "data": { "text/html": [ "
| \n", " | id | \n", "role | \n", "type | \n", "job_desc | \n", "year | \n", "qualification | \n", "experience | \n", "tech_skills | \n", "soft_skills | \n", "
|---|---|---|---|---|---|---|---|---|---|
| 0 | \n", "1 | \n", "AI Engineer | \n", "Internship | \n", "Final year students / recent graduates in CS, ... | \n", "2026 | \n", "Bachelors | \n", "0 | \n", "Python, ML, LangChain, Hugging Face, OpenAI API | \n", "Communication, Problem Solving | \n", "
| 1 | \n", "2 | \n", "AI Engineer | \n", "Internship | \n", "Proficiency in Python and comfort working with... | \n", "2026 | \n", "Bachelors | \n", "0 | \n", "Python, APIs, LLMs, Prompt Engineering, LangCh... | \n", "Communication, Problem Solving | \n", "
| 2 | \n", "3 | \n", "AI Engineer | \n", "Internship | \n", "Strong interest in AI and a willingness to lea... | \n", "2026 | \n", "Bachelors | \n", "0 | \n", "Python, Javascript, React, Full Stack, APIs, M... | \n", "Communication, Problem Solving | \n", "
| 3 | \n", "4 | \n", "AI Engineer | \n", "Senior | \n", "6+ years full-stack software engineering exper... | \n", "2026 | \n", "NaN | \n", "5-10 | \n", "Python, Javascript, React, Full Stack, SQL, AP... | \n", "Communication, Problem Solving | \n", "
| 4 | \n", "5 | \n", "AI Engineer | \n", "Junior | \n", "AI/ML models, Python, Core ML concepts, ML fra... | \n", "2026 | \n", "Bachelors | \n", "0-1 | \n", "Python, ML, TensorFlow/PyTorch, Scikit-Learn, ... | \n", "Communication, Problem Solving | \n", "
| \n", " | id | \n", "year | \n", "
|---|---|---|
| count | \n", "210.000000 | \n", "210.0 | \n", "
| mean | \n", "105.823810 | \n", "2026.0 | \n", "
| std | \n", "60.033264 | \n", "0.0 | \n", "
| min | \n", "1.000000 | \n", "2026.0 | \n", "
| 25% | \n", "54.250000 | \n", "2026.0 | \n", "
| 50% | \n", "106.500000 | \n", "2026.0 | \n", "
| 75% | \n", "158.750000 | \n", "2026.0 | \n", "
| max | \n", "201.000000 | \n", "2026.0 | \n", "
| \n", " | id | \n", "role | \n", "type | \n", "job_desc | \n", "year | \n", "qualification | \n", "experience | \n", "tech_skills | \n", "soft_skills | \n", "
|---|---|---|---|---|---|---|---|---|---|
| 0 | \n", "1 | \n", "AI Engineer | \n", "Internship | \n", "Final year students / recent graduates in CS, ... | \n", "2026 | \n", "Bachelors | \n", "0 | \n", "Python, ML, LangChain, Hugging Face, OpenAI API | \n", "Communication, Problem Solving | \n", "
| 1 | \n", "2 | \n", "AI Engineer | \n", "Internship | \n", "Proficiency in Python and comfort working with... | \n", "2026 | \n", "Bachelors | \n", "0 | \n", "Python, APIs, LLMs, Prompt Engineering, LangCh... | \n", "Communication, Problem Solving | \n", "
| 2 | \n", "3 | \n", "AI Engineer | \n", "Internship | \n", "Strong interest in AI and a willingness to lea... | \n", "2026 | \n", "Bachelors | \n", "0 | \n", "Python, Javascript, React, Full Stack, APIs, M... | \n", "Communication, Problem Solving | \n", "
| 3 | \n", "4 | \n", "AI Engineer | \n", "Senior | \n", "6+ years full-stack software engineering exper... | \n", "2026 | \n", "Not Specified | \n", "5-10 | \n", "Python, Javascript, React, Full Stack, SQL, AP... | \n", "Communication, Problem Solving | \n", "
| 4 | \n", "5 | \n", "AI Engineer | \n", "Junior | \n", "AI/ML models, Python, Core ML concepts, ML fra... | \n", "2026 | \n", "Bachelors | \n", "0-1 | \n", "Python, ML, TensorFlow/PyTorch, Scikit-Learn, ... | \n", "Communication, Problem Solving | \n", "