From 60f320d7cd2318e96ebcd0a338b853af3acbce62 Mon Sep 17 00:00:00 2001 From: shapateriya Date: Fri, 22 Nov 2024 12:36:40 +0000 Subject: [PATCH] added download script --- scripts/us_census/pep/monthly_population_estimate/download.py | 1 + .../us_census/pep/monthly_population_estimate/download_test.py | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/us_census/pep/monthly_population_estimate/download.py b/scripts/us_census/pep/monthly_population_estimate/download.py index 3c478367a4..58648d0dc9 100644 --- a/scripts/us_census/pep/monthly_population_estimate/download.py +++ b/scripts/us_census/pep/monthly_population_estimate/download.py @@ -241,3 +241,4 @@ def main(_): if __name__ == "__main__": app.run(main) + diff --git a/scripts/us_census/pep/monthly_population_estimate/download_test.py b/scripts/us_census/pep/monthly_population_estimate/download_test.py index 8f097d3ffd..444c201509 100644 --- a/scripts/us_census/pep/monthly_population_estimate/download_test.py +++ b/scripts/us_census/pep/monthly_population_estimate/download_test.py @@ -49,3 +49,4 @@ def test_create_xlsx(self): os.remove(_OP_DATA_FOLDER) self.assertEqual(True, actual_df.equals(expected_df)) +