Skip to content

Commit

Permalink
rm redundant naics defs
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime committed Nov 8, 2024
1 parent 712f4cb commit 419e821
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions geosnap/_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,21 +653,6 @@ def codebook(self):
os.path.join(os.path.dirname(os.path.abspath(__file__)), "io/variables.csv")
)

def naics_definitions(self):
"""Table of NAICS 2-digit industry classification system definitions.
Returns
-------
pandas.DataFrame
table that stores variable names, definitions, and formulas.
"""
return pd.read_csv(
os.path.join(
os.path.dirname(os.path.abspath(__file__)), "io/naics2_definitions.csv"
)
)

def nlcd_definitions(self):
"""Table of NLCD land classification system definitions.
Expand Down

0 comments on commit 419e821

Please sign in to comment.