Public data / Dataset
Early leaving from education — Romania
Indicator for people aged 18–24 with at most lower-secondary education who did not participate in education or training in the previous four weeks.
Before you use this resource
This labour-force-survey indicator is not an individual school’s annual dropout rate. Check time-series breaks and labour-status categories.
- Published by
- Eurostat
- Source
- Public institution
- Collection
- Public data
- Resource type
- Dataset
- Coverage
- Romania; country comparisons
- Documented formats
- JSON-stat, HTML
- Licence / terms
- Eurostat reuse policy
- API access
- Documented API
- Record review date
- 2026-09-07
- Last resource update
- 2026-06-11T23:00:00+0200
- Technical data audit
- Not performed
- Documentation
- Source reviewed
Documentation
One API response for Romania was read, including its dimensions and categories. Values were not independently audited.
The cited page documents this record. Check the original source for terms and versions before reuse.
Getting started
- Open the response and select wstatus=POP for the overall indicator.
- Retain age group Y18-24, unit PC and the selected year.
- Compare countries or years using the same definition; use separate administrative sources for a particular school.
Access and checks
- API example: Romania, latest period ↗ · JSON-stat
Sample inspected on 2026-09-07
Direct API queries
curl -s 'https://ec.europa.eu/eurostat/api/dissemination/statistics/1.0/data/edat_lfse_14?lang=EN&geo=RO&sex=T&lastTimePeriod=1' | jq .import urllib.request
import json
url = "https://ec.europa.eu/eurostat/api/dissemination/statistics/1.0/data/edat_lfse_14?lang=EN&geo=RO&sex=T&lastTimePeriod=1"
req = urllib.request.Request(url, headers={"User-Agent": "CunoastereDeschisa/1.7"})
with urllib.request.urlopen(req) as resp:
data = json.loads(resp.read().decode("utf-8"))
print(json.dumps(data, indent=2)[:500])library(jsonlite)
data <- fromJSON("https://ec.europa.eu/eurostat/api/dissemination/statistics/1.0/data/edat_lfse_14?lang=EN&geo=RO&sex=T&lastTimePeriod=1")
str(data)INSTALL httpfs;
LOAD httpfs;
SELECT * FROM read_json_auto('https://ec.europa.eu/eurostat/api/dissemination/statistics/1.0/data/edat_lfse_14?lang=EN&geo=RO&sex=T&lastTimePeriod=1')
LIMIT 10;Executable query snippets for command line, data pipelines, or DuckDB.
Continue your research
Editorial suggestions for discovery. These links do not establish technical integration or licence compatibility.