bayesimpact/encompass

Allow frontend to accept "full address" column in uploaded csvs

Open

#308 geöffnet am 29. Jan. 2018

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Jupyter Notebook (7 Forks)github user discovery
enhancementfeaturefrontendgood first issue

Repository-Metriken

Stars
 (27 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Generally, the provider csvs we work with have separate columns for street address, city, state, and ZIP code.

Another reasonable format is simply to combine all these fields into a single Address field. The frontend should be flexible enough to detect this format without requiring users to manually split this one field back into street address, city, state, etc.

Contributor Guide