Skip to content

Commit ce2ef83

Browse files
committed
add council_members ingest template
1 parent 7c9f13a commit ce2ef83

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

dcpy/library/templates/council_members.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# migrated to ingest
12
dataset:
23
name: council_members
34
acl: public-read
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
id: council_members
2+
acl: public-read
3+
4+
attributes:
5+
name: Council Members
6+
description: >-
7+
This list contains information on Council Members
8+
url: https://data.cityofnewyork.us/d/uvw5-9znb
9+
10+
ingestion:
11+
source:
12+
type: socrata
13+
org: nyc
14+
uid: uvw5-9znb
15+
format: csv
16+
file_format:
17+
type: csv
18+
processing_steps:
19+
- name: clean_column_names
20+
args: { "replace": { " ": "_" }, "lower": True }
21+
- name: coerce_column_types
22+
args:
23+
column_types: { "district": "string" }

0 commit comments

Comments
 (0)