MCG Turnover Percentage Rate
The Montgomery County Government has a diverse workforce of employees that cross five generations and multiple age, race, gender and ethnic groups. The dataset is a summary of the County's turnover percentage by generational category, age, race, ethnicity, gender and job class. (Turnover percentage is calculated using only full time-regular and part time-regular employees. Full time-temporary and part time-temporary employees are excluded for turnover calculation). Data covers 1/1 to 12/31 of the previous calendar year. (Other = Employees who identify as American Indian/Alaskan Native or Native Hawaiian/Pacific Islander)
Update Frequency : Annually
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"montgomerycountymd-gov/mcg-turnover-percentage-rate-j3re-7wbz\".\"mcg_turnover_percentage_rate\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.