Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Supporting Aggregate Observations by Geometry #18

Open
TheCedarPrince opened this issue Apr 30, 2024 · 1 comment
Open

[FEATURE] Supporting Aggregate Observations by Geometry #18

TheCedarPrince opened this issue Apr 30, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@TheCedarPrince
Copy link
Member

TheCedarPrince commented Apr 30, 2024

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

  1. Accurate aggregated statistics (mean, median, k-means) for each country or state.
  2. Improved data summarization capabilities for future analysis.
  3. A robust and scalable solution that can handle large datasets.
@TheCedarPrince TheCedarPrince added enhancement New feature or request help wanted Extra attention is needed labels Apr 30, 2024
@TheCedarPrince
Copy link
Member Author

Hey @00krishna , could you help me break this out further based on our discussions over Slack lately? Feel free to edit the original issue. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant