Skip to content

Commit

Permalink
Use yaml instead of CSV. This allows more people to commit without wo…
Browse files Browse the repository at this point in the history
…rrying about merge conflicts.
  • Loading branch information
davedash committed Nov 14, 2015
1 parent 2a2027a commit 1e7caa2
Show file tree
Hide file tree
Showing 4 changed files with 388 additions and 50 deletions.
16 changes: 6 additions & 10 deletions README.md
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.
39 changes: 0 additions & 39 deletions data.csv

This file was deleted.

Loading

0 comments on commit 1e7caa2

Please sign in to comment.