mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-09-14 04:18:19 -07:00
parent
e94d05882c
commit
1c0d87d84b
4 changed files with 68 additions and 12 deletions
|
@ -39,7 +39,7 @@ class CDCLifeExpectancy(ExtractTransformLoad):
|
|||
self.raw_df = pd.read_csv(
|
||||
filepath_or_buffer=download_file_name,
|
||||
dtype={
|
||||
# The following need to remain as strings for all of their digits, not get converted to numbers.
|
||||
# The following need to remain as strings for all of their digits, not get converted to numbers.
|
||||
self.TRACT_INPUT_COLUMN_NAME: "string",
|
||||
},
|
||||
low_memory=False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue