mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 01:31:25 -08:00
added tribalId for Supplemental dataset (#1804)
This commit is contained in:
parent
8149ac31c5
commit
781e08f559
1 changed files with 2 additions and 2 deletions
|
@ -81,13 +81,13 @@ class TribalETL(ExtractTransformLoad):
|
|||
bia_aian_supplemental_df = gpd.read_file(tribal_geojson_path)
|
||||
|
||||
bia_aian_supplemental_df.drop(
|
||||
["OBJECTID", "GISAcres", "Source", "Shape_Length", "Shape_Area"],
|
||||
["GISAcres", "Source", "Shape_Length", "Shape_Area"],
|
||||
axis=1,
|
||||
inplace=True,
|
||||
)
|
||||
|
||||
bia_aian_supplemental_df.rename(
|
||||
columns={"Land_Area_": "landAreaName"},
|
||||
columns={"OBJECTID": "tribalId", "Land_Area_": "landAreaName"},
|
||||
inplace=True,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue