mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 20:01:16 -07:00
Issue 1141: Definition M (#1151)
This commit is contained in:
parent
a07bf752b0
commit
18f299c5f8
21 changed files with 1000 additions and 143 deletions
|
@ -42,7 +42,7 @@ class CDCSVIIndex(ExtractTransformLoad):
|
|||
self.df: pd.DataFrame
|
||||
|
||||
def extract(self) -> None:
|
||||
logger.info("Extracting 43 MB CDC SVI INDEX")
|
||||
logger.info("Downloading 43 MB CDC SVI INDEX")
|
||||
self.df = pd.read_csv(
|
||||
filepath_or_buffer=self.CDC_SVI_INDEX_URL,
|
||||
dtype={self.CDC_SVI_INDEX_TRACTS_FIPS_CODE: "string"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue