Skip to content

Commit

Permalink
Update retrieve_estimates.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ravram193 authored Dec 26, 2024
1 parent 1aee25f commit 74e1a2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inst/python/retrieve_estimates.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import os
import pandas as pd
import geopandas as gpd
from importlib.resources import files
from warnings import warn


path_str = os.path.dirname(__file__)
sub_str = "councilcount/" # initializing sub string
absolute_path = path_str[:path_str.index(sub_str) + len(sub_str)] # slicing off after length computation
Expand Down

0 comments on commit 74e1a2a

Please sign in to comment.