Open repository in Console
Readme
Updated 2 months ago
‧ Indexed 5 hours ago
Paid Family Leave (PFL) - Monthly Data
The monthly summary report is intended to provide the user with a quick overview of the status of the PFL program at the state level. This summary report contains monthly information on claims activities, average weekly benefit amounts, average duration of claims, and benefits authorized. This data is used in budgetary and administrative planning, program evaluation, and reports to the Legislature and the public.
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 \"edd-ca-gov/paid-family-leave-pfl-monthly-data-r95e-fvkm\".\"paid_family_leave_pfl_monthly_data\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata