Skip to content

Commit

Permalink
CDC_Environmental_Health_Toxicology_Refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
SudhishaK committed Jan 4, 2025
1 parent e4f26ad commit a77f179
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ def clean_air_quality_data(file_path, output_file, importname):
elif "County" in file and "Ozone" in file:
data["statefips"] = data["statefips"].astype(
str).str.zfill(2)
print("checkingggg")
data["countyfips"] = data["countyfips"].astype(
str).str.zfill(3)
data["dcid"] = "geoId/" + data["statefips"] + data[
Expand Down

0 comments on commit a77f179

Please sign in to comment.