ShelterApp / AddResources

http://shelterapp.org/
11 stars 10 forks source link

Validate if serviceSummary field can be combined into comma separated list, for records in final dataframe which only differ in service summary. #74

Open Shak2000 opened 3 years ago

Shak2000 commented 3 years ago

Enhance validate_data() functionality to also check if there are records in final dataframe, which only differ in their serviceSummary field and hence can be combined. If yes we can throw an error and leave it upto the writer of the individual scraper to specify group_by_column list which will do the work in aggregate_service_summary(df) method of BaseScraper.py

This is requirement number 4 on issue number 58.