diff --git a/hub/management/commands/generate_tearfund_churches_csv.py b/hub/management/commands/generate_tearfund_churches_csv.py index 36f294f27..86f0eb9fd 100644 --- a/hub/management/commands/generate_tearfund_churches_csv.py +++ b/hub/management/commands/generate_tearfund_churches_csv.py @@ -16,6 +16,10 @@ class Command(BaseLatLonGeneratorCommand): data_file = settings.BASE_DIR / "data" / "tearfund_churches.csv" out_file = settings.BASE_DIR / "data" / "tearfund_churches_processed.csv" + row_name = "church" + uses_gss = True + uses_postcodes = True + def get_dataframe(self): df = pd.read_csv(self.data_file, usecols=["Church / Organisation", "Address"]) # Remove first row, which just has the number of rows