-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use yaml instead of CSV. This allows more people to commit without wo…
…rrying about merge conflicts.
- Loading branch information
Showing
4 changed files
with
388 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,18 @@ | ||
This is a crowdsourced dataset to collect data on various parental leave policies at companies (not yet countries, states regions). | ||
This is a crowdsourced dataset to collect data on various parental leave | ||
policies at companies (not yet countries, states regions). | ||
|
||
If you do not want to use Github to submit a pull request, we can collect the data in [this form][1]. | ||
|
||
[1]: https://docs.google.com/forms/d/1HA6RKS2DfqtYC9rwP2HjWlZ70syjSnVQ_fzTcizpkvs/viewform | ||
|
||
## Current Format Requirements | ||
Column and Type: | ||
|
||
* Company [string] - Company Name Or Governing Body | ||
* Paternity [int] - Number of Weeks Paid Paternity Leave | ||
* Maternity [int] - Number of Weeks Paid Maternity Leave | ||
* Adoption [int] - Number of Weeks Paid Leave Following an Adoption | ||
* Notes [string] - Any additional information of note | ||
* Source [string] - Document Source if Available | ||
* Policy_Creation_Date [date] - Date of Creation (year, include month and day if possible) | ||
* Policy_Last_Updated [date] - Date of Last Policy Update (year, include month and day if possible) | ||
* Date_Added_to_Repo [date] - Date Stamp the record was added to this registry. | ||
|
||
|
||
|
||
|
||
* Source [string] - Document Source if Available | ||
* policy_last_updated [date] - Date of Creation (year, include month and day if possible) | ||
* policy_last_updated [date] - Date of Last Policy Update (year, include month and day if possible) | ||
* policy_last_updated [date] - Date Stamp the record was added to this registry. |
Oops, something went wrong.