Converted from Maris .shp data using gdal.
Because we need district data for cool apps...and not everyone is a GIS analyst.
To access the actual file, go to/copy this link.
You can link directly to this file for any mapping needs.
https://cdn.jsdelivr.net/gh/davidbkay/[email protected]/mississippi-districts-1516.geojson
# Pandas
df=pd.read_json('https://cdn.jsdelivr.net/gh/davidbkay/[email protected]/mississippi-districts-1516.geojson')
way more to come
-dk