3,500 rows · 11 columns

Data job postings

Thirty-five hundred data job ads with titles, seniority, location, remote policy, salary bands, and a pipe-delimited skills column that needs parsing before it is useful.

What is in it, and what is wrong with it

The skills column packs several values into one field with pipes — the single most common shape of "nearly tidy" data you will meet. Roughly 18% of postings omit salary entirely, and those are not missing at random: junior and non-US postings are likelier to hide it, so a salary average over the rows that do disclose is biased upward.

Schema

ColumnTypeDescription
posting_idstringPosting identifier.
posted_ondateDate the ad went live.
titlestringJob title as written by the employer.
senioritycategoryjunior, mid, senior, staff, or lead.
citycategoryPrimary office city.
countrycategoryCountry code.
remotecategoryonsite, hybrid, or remote.
salary_min_usdintegerBottom of the disclosed band. Blank when undisclosed.
salary_max_usdintegerTop of the disclosed band. Blank when undisclosed.
company_sizecategorystartup, scaleup, midmarket, or enterprise.
skillsstringPipe-delimited skill list, e.g. "sql|python|dbt".

First twelve rows

posting_idposted_ontitlesenioritycitycountryremotesalary_min_usd
J707812023-01-01Junior Data AnalystjuniorNew YorkUSremote65000
J721492023-01-01Data AnalystmidChicagoUShybrid76500
J726722023-01-01Analytics EngineermidLondonGBremote
J734842023-01-01Senior Machine Learning EngineerseniorBengaluruINonsite58500
J703842023-01-02Junior BI DeveloperjuniorSan FranciscoUSremote74500
J709072023-01-02Data AnalystmidAustinUSonsite76500
J728962023-01-02Junior Data AnalystjuniorNew YorkUShybrid66500
J712632023-01-03Senior Machine Learning EngineerseniorBengaluruINhybrid
J723652023-01-03Junior Data Platform EngineerjuniorNew YorkUSonsite
J701622023-01-04Senior Data AnalystseniorChicagoUSremote86500
J708482023-01-04Junior Research ScientistjuniorLondonGBhybrid84000
J725042023-01-04Junior Data AnalystjuniorBengaluruINremote18000

Showing the first 8 of 11 columns. Open the full table in the Explorer.