Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrodes committed Aug 21, 2024
1 parent 2f66fd0 commit 22b073f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
![Warning](https://img.shields.io/badge/Warning-Data%20has%20been%20moved-red)

**⚠️ Warning: Our datasets on GitHub are deprecated. Please use https://docs.owid.io/projects/etl/api/covid/.**

# COVID-19 Dataset by _Our World in Data_
[![Website shields.io](https://img.shields.io/website-up-down-green-red/http/shields.io.svg)](https://ourworldindata.org/coronavirus)
[![Data](https://img.shields.io/badge/go_to-data-purple)](public/data/)
Expand Down
5 changes: 0 additions & 5 deletions scripts/src/cowidev/cmd/vax/generate/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -733,11 +733,6 @@ def run(self):
ignore_index=True,
)

# df_vaccinations.to_csv("/home/lucas/repos/etl/vaccinations.csv", index=False)
# df_manufacturer.to_csv("/home/lucas/repos/etl/vaccinations_man.csv", index=False)
# df_age.to_csv("/home/lucas/repos/etl/vaccinations_age.csv", index=False)

# raise Exception("FORCING BREAK")
# Metadata
logger.info("2/10 Generating `automated_state` table...")
df_automated = df_metadata.pipe(self.pipeline_automated) # Export to AUTOMATED_STATE_FILE
Expand Down

0 comments on commit 22b073f

Please sign in to comment.