Skip to content

Commit

Permalink
Add designated housing data types
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Richey authored and Alex Richey committed Oct 4, 2024
1 parent 8bd4d49 commit 604a380
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,34 +61,45 @@ columns:
description: Staten Island
- id: shape
name: Shape
data_type: text
description: ""
- id: status
name: Status
data_type: text
description: ""
- id: project_name
name: ProjectNam
data_type: text
description: ""
- id: date_adopted
name: datea_dopted
data_type: text
description: ""
- id: zr_map
name: ZR_Map
data_type: text
description: ""
- id: lead_action
name: LeadAction
data_type: text
description: ""
- id: cd
name: CD
data_type: text
description: ""
- id: shape_length
name: shape_Leng
data_type: decimal
description: ""
- id: shape_area
name: Shape_Area
data_type: decimal
description: ""
- id: shape_starea
name: Shape_STAr
data_type: decimal
description: ""
- id: shape_stleng
name: Shape_STLe
data_type: decimal
description: ""

0 comments on commit 604a380

Please sign in to comment.