项目作者: chrisengelsma

项目描述 :
Data ingestor that reads and parses executive orders from wikisource
高级语言: Python
项目地址: git://github.com/chrisengelsma/executive_orders.git
创建时间: 2017-03-22T21:54:09Z
项目社区:https://github.com/chrisengelsma/executive_orders

开源协议:MIT License

下载


A summarized list of Presidential Executive Orders

WISHLIST:

Let’s go back further!

Years Available:

1862 - 2017

Schema Overview

field type description
number String Executive order number
author String President who signed the order
title String Official title of the order
signed_date Date Date on which the order was signed
fr Integer Page number in the federal register (if applicable)
statute String Statute identifier (if applicable)
published_date Date Date on which the order was published (if available)
amends List List of Executive Orders this order amends (if applicable)
pdf String Link to PDF document (if available)

Notes