AuricFox/web_scraper

Restructure Subdivision Data

Opened this issue · 0 comments

Currently, the raw data is pulled from the subdivision sections of the MN Revisor pages and stored as is. The data should be restructured so that list elements are more easily distinguishable.

String data => {"(a)": "data", "(b)": "data", ... , "(1)": "More data", ...}