[FEATURE] Supporting Aggregate Observations by Geometry #18
Open
Description
Issue Description
Difficulty: Intermediate
Time Estimate: 8-12 hours
Description: The goal is to write functions that can take individual or household level observations and aggregate them by country-level or state-level geometries. This requires identifying each observation with a specific geometry, then applying statistical methods to summarize the data. The challenge lies in handling missing values, outliers, and ensuring accurate aggregations.
Requirements
TBD
Expected Outcomes
- Accurate aggregated statistics (mean, median, k-means) for each country or state.
- Improved data summarization capabilities for future analysis.
- A robust and scalable solution that can handle large datasets.